From 952be7a205e56d66499cfed2c3ec1803182d4952 Mon Sep 17 00:00:00 2001 From: Lamparter Date: Mon, 4 Nov 2024 18:58:50 +0000 Subject: [PATCH] Fix typo --- docs/csharp/language-reference/xmldoc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/csharp/language-reference/xmldoc/index.md b/docs/csharp/language-reference/xmldoc/index.md index f70871487eef1..d9c564e74e6d1 100644 --- a/docs/csharp/language-reference/xmldoc/index.md +++ b/docs/csharp/language-reference/xmldoc/index.md @@ -124,7 +124,7 @@ The compiler observes the following rules when it generates the ID strings: | Character | Member type | Notes | |--|--|--| - | `N` | namespace | You can't add documentation comments to a namespace, but you can make cref ferences to them, where supported. | + | `N` | namespace | You can't add documentation comments to a namespace, but you can make `cref` references to them, where supported. | | `T` | type | A type is a class, interface, struct, enum, or delegate. | | `F` | field | | | `P` | property | Includes indexers or other indexed properties. |