modifer -> modifier
This commit is contained in:
Ikko Ashimine 2022-09-06 00:37:17 +09:00 коммит произвёл GitHub
Родитель 36b110a76c
Коммит ab2e0a02b2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -15,7 +15,7 @@
https://github.com/dotnet/roslyn/issues/62039
https://github.com/dotnet/csharplang/issues/1147
Today, we looked at allowing `scoped` as a local modifer in all local declaration context, such as `using`s, `foreach` iterator variables, and such. We like the idea in principle: users don't
Today, we looked at allowing `scoped` as a local modifier in all local declaration context, such as `using`s, `foreach` iterator variables, and such. We like the idea in principle: users don't
think of the various different grammatical ways of creating a local variable differently, they think of them all as locals. There were a couple more in-depth points of discussion about the
implementation: