Update LDM-2020-08-24.md (#3819)

Fix spelling
This commit is contained in:
Yaakov 2020-08-26 01:04:19 +10:00 committed by GitHub
parent fc840b53c5
commit 94b0500e97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
We previously discussed warning in C# 9 when a type is named `record`, as it will need to be escaped in field
definitions in order to parse correctly. This is a breaking change being made in C# 9, but we didn't explicitly
record the outcome of the warnign discussion. We also discussed going further here: we could make lower-cased
record the outcome of the warning discussion. We also discussed going further here: we could make lower-cased
type names a warning with the next warning wave, under the assumption that lowercase names make good keywords.
For example, we could start warning on types named `async` or `var`. Those who want to forbid usage of those
features in their codebase have a solution in analyzers.