Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Aaron Powell 2025-07-14 08:21:37 +10:00 committed by GitHub
parent 68ace91b17
commit 6faa1e18f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,4 +21,4 @@ description: 'Ensure that C# types are documented with XML comments and follow b
- Use `<typeparamref>` to reference type parameters in documentation.
- Use `<c>` for inline code snippets.
- Use `<code>` for code blocks.
- Use `<see langword>` for languange specific keywords like `null`, `true`, `false`, `int`, `bool`, etc.
- Use `<see langword>` for language specific keywords like `null`, `true`, `false`, `int`, `bool`, etc.