Skip to content

Commit bdce2d5

Browse files
authored
Rename readerOptions to options in JsonDocument (#3943)
1 parent 8403c16 commit bdce2d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

xml/System.Text.Json/JsonDocument.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Because the input is considered to be text, a UTF-8 Byte-Order-Mark (BOM) must n
9494
<exception cref="T:System.Text.Json.JsonException">
9595
<paramref name="utf8Json" /> does not represent a valid single JSON value.</exception>
9696
<exception cref="T:System.ArgumentException">
97-
<paramref name="readerOptions" /> contains unsupported options.</exception>
97+
<paramref name="options" /> contains unsupported options.</exception>
9898
</Docs>
9999
</Member>
100100
<Member MemberName="Parse">
@@ -125,7 +125,7 @@ Because the input is considered to be text, a UTF-8 Byte-Order-Mark (BOM) must n
125125
<exception cref="T:System.Text.Json.JsonException">
126126
<paramref name="utf8Json" /> does not represent a valid single JSON value.</exception>
127127
<exception cref="T:System.ArgumentException">
128-
<paramref name="readerOptions" /> contains unsupported options.</exception>
128+
<paramref name="options" /> contains unsupported options.</exception>
129129
</Docs>
130130
</Member>
131131
<Member MemberName="Parse">
@@ -163,7 +163,7 @@ Because the input is considered to be text, a UTF-8 Byte-Order-Mark (BOM) must n
163163
<exception cref="T:System.Text.Json.JsonException">
164164
<paramref name="utf8Json" /> does not represent a valid single JSON value.</exception>
165165
<exception cref="T:System.ArgumentException">
166-
<paramref name="readerOptions" /> contains unsupported options.</exception>
166+
<paramref name="options" /> contains unsupported options.</exception>
167167
</Docs>
168168
</Member>
169169
<Member MemberName="Parse">
@@ -199,7 +199,7 @@ The <xref:System.ReadOnlyMemory%601> value may be used for the entire lifetime o
199199
<exception cref="T:System.Text.Json.JsonException">
200200
<paramref name="json" /> does not represent a valid single JSON value.</exception>
201201
<exception cref="T:System.ArgumentException">
202-
<paramref name="readerOptions" /> contains unsupported options.</exception>
202+
<paramref name="options" /> contains unsupported options.</exception>
203203
</Docs>
204204
</Member>
205205
<Member MemberName="Parse">
@@ -230,7 +230,7 @@ The <xref:System.ReadOnlyMemory%601> value may be used for the entire lifetime o
230230
<exception cref="T:System.Text.Json.JsonException">
231231
<paramref name="json" /> does not represent a valid single JSON value.</exception>
232232
<exception cref="T:System.ArgumentException">
233-
<paramref name="readerOptions" /> contains unsupported options.</exception>
233+
<paramref name="options" /> contains unsupported options.</exception>
234234
</Docs>
235235
</Member>
236236
<Member MemberName="ParseAsync">
@@ -262,7 +262,7 @@ The <xref:System.ReadOnlyMemory%601> value may be used for the entire lifetime o
262262
<exception cref="T:System.Text.Json.JsonException">
263263
<paramref name="utf8Json" /> does not represent a valid single JSON value.</exception>
264264
<exception cref="T:System.ArgumentException">
265-
<paramref name="readerOptions" /> contains unsupported options.</exception>
265+
<paramref name="options" /> contains unsupported options.</exception>
266266
</Docs>
267267
</Member>
268268
<Member MemberName="ParseValue">

0 commit comments

Comments
 (0)