Skip to content

Commit 51715fc

Browse files
authored
Improve snippets in XML documentation comments example page (#45070)
1 parent de097ff commit 51715fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/csharp/language-reference/xmldoc/snippets/xmldoc/DocComments.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ public static int Add(int left, int right)
164164
/// This tag will apply to the primary constructor parameter.
165165
/// </param>
166166
public record Person(string FirstName, string LastName);
167+
//</ClassExample>
167168
}
168-
//</ClassExample>
169169

170170
namespace InheritDoc
171171
{

docs/csharp/language-reference/xmldoc/snippets/xmldoc/tagged-library.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
The main Math class
55
Contains all methods for performing basic math functions
66
*/
7-
/// <summary>
7+
/// <summary>
88
/// The main <c>Math</c> class.
99
/// Contains all methods for performing basic math functions.
1010
/// <list type="bullet">

0 commit comments

Comments
 (0)