Skip to content

Commit cf1f971

Browse files
authored
Fix issue link (#59158)
1 parent c229bc4 commit cf1f971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Those types can be used with implicit Index indexer and list patterns.
6868
```
6969

7070
5. Starting with Visual Studio 17.1, format specifiers in interpolated strings can not contain curly braces (either `{` or `}`). In previous versions `{{` was interpreted as an escaped `{` and `}}` was interpreted as an escaped `}` char in the format specifier. Now the first `}` char in a format specifier ends the interpolation, and any `{` char is an error.
71-
https://github.com/dotnet/roslyn/issues/5775
71+
https://github.com/dotnet/roslyn/issues/57750
7272
7373
```csharp
7474
using System;

0 commit comments

Comments
 (0)