Fixed typo in Readme.md (#3694)

The link to the Design Notes for June 24th was set to June 22nd.
This commit is contained in:
Michael Ketting 2020-07-16 17:15:53 +02:00 committed by GitHub
parent 3402ccd0e0
commit 6b9a732aa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ Overview of meetings and agendas for 2020
## Jun 24, 2020
[C# Language Design Notes for June 24, 2020](https://github.com/dotnet/csharplang/blob/master/meetings/2020/LDM-2020-06-22.md)
[C# Language Design Notes for June 24, 2020](https://github.com/dotnet/csharplang/blob/master/meetings/2020/LDM-2020-06-24.md)
- Parameter null checking: finalize syntax
- https://github.com/dotnet/csharplang/issues/3275 Variance on static interface members (Aleksey)