Skip to content

Commit 3af0ffc

Browse files
pkulikovBillWagner
authored andcommitted
Code fence the null keyword (#16750)
1 parent d3094ed commit 3af0ffc

File tree

1 file changed

+1
-1
lines changed
  • docs/csharp/language-reference/keywords

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/keywords/null.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.assetid: fecb1c60-6232-4efe-87f7-9a86ba2e9119
1212

1313
The `null` keyword is a literal that represents a null reference, one that does not refer to any object. `null` is the default value of reference-type variables. Ordinary value types cannot be null, except for [nullable value types](../builtin-types/nullable-value-types.md).
1414

15-
The following example demonstrates some behaviors of the null keyword:
15+
The following example demonstrates some behaviors of the `null` keyword:
1616

1717
[!code-csharp[csrefKeywordsLiteral#1](~/samples/snippets/csharp/VS_Snippets_VBCSharp/csrefKeywordsLiteral/CS/csrefKeywordsLiteral.cs#1)]
1818

0 commit comments

Comments
 (0)