Skip to content

Commit 468b6b2

Browse files
authored
Fix typo (#43307)
1 parent 35b32dc commit 468b6b2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/xmldoc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The compiler observes the following rules when it generates the ID strings:
124124

125125
| Character | Member type | Notes |
126126
|--|--|--|
127-
| `N` | namespace | You can't add documentation comments to a namespace, but you can make cref ferences to them, where supported. |
127+
| `N` | namespace | You can't add documentation comments to a namespace, but you can make `cref` references to them, where supported. |
128128
| `T` | type | A type is a class, interface, struct, enum, or delegate. |
129129
| `F` | field | |
130130
| `P` | property | Includes indexers or other indexed properties. |

0 commit comments

Comments
 (0)