Skip to content

Commit 61e5f20

Browse files
Fix codesnippet syntax (#4011)
1 parent 739ea29 commit 61e5f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/System.Text/Rune/csharp/TrimNonLettersAndNonDigits.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static ReadOnlySpan<char> TrimNonLettersAndNonDigits(ReadOnlySpan<char> span)
4444

4545
return span;
4646
}
47-
// <SnippetExample>
47+
// </SnippetExample>
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)