Skip to content

Commit e3c89a9

Browse files
author
Ron Petrusha
authored
Update JsonTokenType.xml
1 parent 7c450f2 commit e3c89a9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

xml/System.Text.Json/JsonTokenType.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</ReturnValue>
3535
<MemberValue>11</MemberValue>
3636
<Docs>
37-
<summary>Indicates that the token type is the comment string.</summary>
37+
<summary>The token type is the comment string.</summary>
3838
</Docs>
3939
</Member>
4040
<Member MemberName="EndArray">
@@ -54,7 +54,7 @@
5454
</ReturnValue>
5555
<MemberValue>4</MemberValue>
5656
<Docs>
57-
<summary>Indicates that the token type is the end of a JSON array.</summary>
57+
<summary>The token type is the end of a JSON array.</summary>
5858
</Docs>
5959
</Member>
6060
<Member MemberName="EndObject">
@@ -74,7 +74,7 @@
7474
</ReturnValue>
7575
<MemberValue>2</MemberValue>
7676
<Docs>
77-
<summary>Indicates that the token type is the end of a JSON object.</summary>
77+
<summary>The token type is the end of a JSON object.</summary>
7878
</Docs>
7979
</Member>
8080
<Member MemberName="False">
@@ -94,7 +94,7 @@
9494
</ReturnValue>
9595
<MemberValue>9</MemberValue>
9696
<Docs>
97-
<summary>Indicates that the token type is the JSON literal <see langword="false" />.</summary>
97+
<summary>The token type is the JSON literal <see langword="false" />.</summary>
9898
</Docs>
9999
</Member>
100100
<Member MemberName="None">
@@ -114,7 +114,7 @@
114114
</ReturnValue>
115115
<MemberValue>0</MemberValue>
116116
<Docs>
117-
<summary>Indicates that there is no value (as distinct from <see cref="F:System.Text.Json.JsonTokenType.Null" />).</summary>
117+
<summary>There is no value (as distinct from <see cref="F:System.Text.Json.JsonTokenType.Null" />).</summary>
118118
<remarks>
119119
<format type="text/markdown">
120120
<![CDATA[
@@ -145,7 +145,7 @@ This is the default token type if no data has been read by the <xref:System.Text
145145
</ReturnValue>
146146
<MemberValue>10</MemberValue>
147147
<Docs>
148-
<summary>Indicates that the token type is the JSON literal <see langword="null" />.</summary>
148+
<summary>The token type is the JSON literal <see langword="null" />.</summary>
149149
</Docs>
150150
</Member>
151151
<Member MemberName="Number">
@@ -165,7 +165,7 @@ This is the default token type if no data has been read by the <xref:System.Text
165165
</ReturnValue>
166166
<MemberValue>7</MemberValue>
167167
<Docs>
168-
<summary>Indicates that the token type is a JSON number.</summary>
168+
<summary>The token type is a JSON number.</summary>
169169
</Docs>
170170
</Member>
171171
<Member MemberName="PropertyName">
@@ -185,7 +185,7 @@ This is the default token type if no data has been read by the <xref:System.Text
185185
</ReturnValue>
186186
<MemberValue>5</MemberValue>
187187
<Docs>
188-
<summary>Indicates that the token type is a JSON property name.</summary>
188+
<summary>The token type is a JSON property name.</summary>
189189
</Docs>
190190
</Member>
191191
<Member MemberName="StartArray">
@@ -205,7 +205,7 @@ This is the default token type if no data has been read by the <xref:System.Text
205205
</ReturnValue>
206206
<MemberValue>3</MemberValue>
207207
<Docs>
208-
<summary>Indicates that the token type is the start of a JSON array.</summary>
208+
<summary>The token type is the start of a JSON array.</summary>
209209
</Docs>
210210
</Member>
211211
<Member MemberName="StartObject">
@@ -225,7 +225,7 @@ This is the default token type if no data has been read by the <xref:System.Text
225225
</ReturnValue>
226226
<MemberValue>1</MemberValue>
227227
<Docs>
228-
<summary>Indicates that the token type is the start of a JSON object.</summary>
228+
<summary>The token type is the start of a JSON object.</summary>
229229
</Docs>
230230
</Member>
231231
<Member MemberName="String">
@@ -245,7 +245,7 @@ This is the default token type if no data has been read by the <xref:System.Text
245245
</ReturnValue>
246246
<MemberValue>6</MemberValue>
247247
<Docs>
248-
<summary>Indicates that the token type is a JSON string.</summary>
248+
<summary>The token type is a JSON string.</summary>
249249
</Docs>
250250
</Member>
251251
<Member MemberName="True">
@@ -265,8 +265,8 @@ This is the default token type if no data has been read by the <xref:System.Text
265265
</ReturnValue>
266266
<MemberValue>8</MemberValue>
267267
<Docs>
268-
<summary>Indicates that the token type is the JSON literal <see langword="true" />.</summary>
268+
<summary>The token type is the JSON literal <see langword="true" />.</summary>
269269
</Docs>
270270
</Member>
271271
</Members>
272-
</Type>
272+
</Type>

0 commit comments

Comments
 (0)