Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter authored Nov 4, 2024
1 parent 2fbaea2 commit 952be7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/csharp/language-reference/xmldoc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 952be7a

Please sign in to comment.