mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Update csharp-docs.prompt.md (#91)
* Update csharp-docs.prompt.md Use `<see langword>` for languange specific keywords like `null`, `true`, `false`, `int`, `bool`, etc. * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Aaron Powell <me@aaron-powell.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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 `<c>` for inline code snippets.
|
||||
- Use `<code>` for code blocks.
|
||||
- Use `<see langword>` for language specific keywords like `null`, `true`, `false`, `int`, `bool`, etc.
|
||||
|
||||
Reference in New Issue
Block a user