Update csharp-docs.prompt.md

Use `<see langword>` for languange specific keywords like `null`, `true`, `false`, `int`, `bool`, etc.
This commit is contained in:
Paulo Morgado 2025-07-13 12:55:08 +01:00 committed by GitHub
parent 8a37c38789
commit 68ace91b17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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