diff --git a/meetings/2020/LDM-2020-11-11.md b/meetings/2020/LDM-2020-11-11.md index 78153ac..eedb014 100644 --- a/meetings/2020/LDM-2020-11-11.md +++ b/meetings/2020/LDM-2020-11-11.md @@ -9,7 +9,7 @@ 3. [Direct constructor parameters](#direct-constructor-parameters) 4. [Always available extension methods](#always-available-extension-methods) 5. [Allow `nameof` to access instance members from static contexts](#allow-nameof-to-access-instance-members-from-static-contexts) - 6. [Add `await` as a dotted prefix operator](#add-await-as-a-dotted-prefix-operator) + 6. [Add `await` as a dotted postfix operator](#add-await-as-a-dotted-postfix-operator) ## Quote of the Day @@ -111,7 +111,7 @@ error there. Without this, the cliff that `nameof` tries to solve is just moved Triaged into Any Time. We'd accept a community contribution here: it needs to only permit exactly this scenario, not allow any new types of expressions in `nameof`. -#### Add `await` as a dotted prefix operator +#### Add `await` as a dotted postfix operator https://github.com/dotnet/csharplang/issues/4076