Skip to content

Commit f69980d

Browse files
author
Ron Petrusha
authored
Removed unnecessary "to" from JsonCommentHandling enum (#2896)
1 parent 68db478 commit f69980d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Text.Json/JsonCommentHandling.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</ReturnValue>
3535
<MemberValue>2</MemberValue>
3636
<Docs>
37-
<summary>Allows comments within the JSON input and treats them as valid tokens. While reading, the caller can to access the comment values.</summary>
37+
<summary>Allows comments within the JSON input and treats them as valid tokens. While reading, the caller can access the comment values.</summary>
3838
</Docs>
3939
</Member>
4040
<Member MemberName="Disallow">
@@ -78,4 +78,4 @@
7878
</Docs>
7979
</Member>
8080
</Members>
81-
</Type>
81+
</Type>

0 commit comments

Comments
 (0)