Skip to content

Commit f1ef801

Browse files
authored
Add missing inline code closure (#26239)
1 parent 3fab7b6 commit f1ef801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/whats-new/tutorials/nullable-reference-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Create a new console application either in Visual Studio or from the command lin
3939
<Nullable>enable</Nullable>
4040
```
4141

42-
Prior to .NET 6, new projects do not include the `Nullable` element. Beginning with .NET 6, new projects include the `<Nullable>enable</Nullable> element in the project file.
42+
Prior to .NET 6, new projects do not include the `Nullable` element. Beginning with .NET 6, new projects include the `<Nullable>enable</Nullable>` element in the project file.
4343

4444
### Design the types for the application
4545

0 commit comments

Comments
 (0)