Skip to content

Commit b39b2cc

Browse files
ahsonkhanmairaw
authored andcommitted
Add thousands delimiters for readability. (#3156)
1 parent 5dc7069 commit b39b2cc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

xml/System.Text.Json/Utf8JsonWriter.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2602,7 +2602,7 @@ The property name should already be escaped when the instance of <xref:System.Te
26022602
<Docs>
26032603
<summary>Writes the beginning of a JSON array.</summary>
26042604
<remarks>To be added.</remarks>
2605-
<exception cref="T:System.InvalidOperationException">The depth of the JSON exceeds the maximum depth of 1000.
2605+
<exception cref="T:System.InvalidOperationException">The depth of the JSON exceeds the maximum depth of 1,000.
26062606

26072607
-or-
26082608

@@ -2640,7 +2640,7 @@ The property name is escaped before writing.
26402640
]]></format>
26412641
</remarks>
26422642
<exception cref="T:System.ArgumentException">The specified property name is too large.</exception>
2643-
<exception cref="T:System.InvalidOperationException">The depth of the JSON exceeds the maximum depth of 1000.
2643+
<exception cref="T:System.InvalidOperationException">The depth of the JSON exceeds the maximum depth of 1,000.
26442644

26452645
-or-
26462646

@@ -2678,7 +2678,7 @@ The property name is escaped before writing.
26782678
]]></format>
26792679
</remarks>
26802680
<exception cref="T:System.ArgumentException">The specified property name is too large.</exception>
2681-
<exception cref="T:System.InvalidOperationException">The depth of the JSON exceeds the maximum depth of 1000.
2681+
<exception cref="T:System.InvalidOperationException">The depth of the JSON exceeds the maximum depth of 1,000.
26822682

26832683
-or-
26842684

@@ -2716,7 +2716,7 @@ The property name is escaped before writing.
27162716
]]></format>
27172717
</remarks>
27182718
<exception cref="T:System.ArgumentException">The specified property name is too large.</exception>
2719-
<exception cref="T:System.InvalidOperationException">The depth of the JSON exceeds the maximum depth of 1000.
2719+
<exception cref="T:System.InvalidOperationException">The depth of the JSON exceeds the maximum depth of 1,000.
27202720

27212721
-or-
27222722

@@ -2754,7 +2754,7 @@ The property name should already be escaped when the instance of <xref:System.Te
27542754
27552755
]]></format>
27562756
</remarks>
2757-
<exception cref="T:System.InvalidOperationException">The depth of the JSON has exceeded the maximum depth of 1000.
2757+
<exception cref="T:System.InvalidOperationException">The depth of the JSON has exceeded the maximum depth of 1,000.
27582758

27592759
-or-
27602760

@@ -2780,7 +2780,7 @@ Validation is enabled, and this method would result in writing invalid JSON.</ex
27802780
<Docs>
27812781
<summary>Writes the beginning of a JSON object.</summary>
27822782
<remarks>To be added.</remarks>
2783-
<exception cref="T:System.InvalidOperationException">The depth of the JSON exceeds the maximum depth of 1000.
2783+
<exception cref="T:System.InvalidOperationException">The depth of the JSON exceeds the maximum depth of 1,000.
27842784

27852785
-or-
27862786

@@ -2818,7 +2818,7 @@ The property name is escaped before writing.
28182818
]]></format>
28192819
</remarks>
28202820
<exception cref="T:System.ArgumentException">The specified property name is too large.</exception>
2821-
<exception cref="T:System.InvalidOperationException">The depth of the JSON exceeds the maximum depth of 1000.
2821+
<exception cref="T:System.InvalidOperationException">The depth of the JSON exceeds the maximum depth of 1,000.
28222822

28232823
-or-
28242824

@@ -2856,7 +2856,7 @@ The property name is escaped before writing.
28562856
]]></format>
28572857
</remarks>
28582858
<exception cref="T:System.ArgumentException">The specified property name is too large.</exception>
2859-
<exception cref="T:System.InvalidOperationException">The depth of the JSON exceeds the maximum depth of 1000.
2859+
<exception cref="T:System.InvalidOperationException">The depth of the JSON exceeds the maximum depth of 1,000.
28602860

28612861
-or-
28622862

@@ -2894,7 +2894,7 @@ The property name is escaped before writing.
28942894
]]></format>
28952895
</remarks>
28962896
<exception cref="T:System.ArgumentException">The specified property name is too large.</exception>
2897-
<exception cref="T:System.InvalidOperationException">The depth of the JSON exceeds the maximum depth of 1000.
2897+
<exception cref="T:System.InvalidOperationException">The depth of the JSON exceeds the maximum depth of 1,000.
28982898

28992899
-or-
29002900

@@ -2932,7 +2932,7 @@ The property name should already be escaped when the instance of <xref:System.Te
29322932
29332933
]]></format>
29342934
</remarks>
2935-
<exception cref="T:System.InvalidOperationException">The depth of the JSON has exceeded the maximum depth of 1000.
2935+
<exception cref="T:System.InvalidOperationException">The depth of the JSON has exceeded the maximum depth of 1,000.
29362936

29372937
-or-
29382938

0 commit comments

Comments
 (0)