8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47864d commit 927d20aCopy full SHA for 927d20a
docs/dev-process/coding-guidelines.md
@@ -86,7 +86,7 @@ We also run the [.NET code formatter tool](https://github.com/dotnet/codeformatt
86
87
* Make sure the added/updated comments are meaningful, accurate and easy to understand.
88
89
-* Public members must use [doc comments](https://docs.microsoft.com/dotnet/csharp/programming-guide/xmldoc/xml-documentation-comments).
+* Public members must use [doc comments](https://docs.microsoft.com/dotnet/csharp/programming-guide/xmldoc/).
90
Internal and private members may use doc comments but it is not required.
91
92
## Performance Considerations
0 commit comments