File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ The <xref:System.Text.Json.Utf8JsonWriter> will continue to use the original wri
383
383
384
384
## Remarks
385
385
386
- The <xref:System.Text.Json.Utf8JsonWriter> will continue to use the original writer options but now write to `bufferWriter` as the new destination.
386
+ The <xref:System.Text.Json.Utf8JsonWriter> will continue to use the original writer options but now writes to `bufferWriter` as the new destination.
387
387
388
388
]]> </format >
389
389
</remarks >
@@ -418,7 +418,7 @@ The <xref:System.Text.Json.Utf8JsonWriter> will continue to use the original wri
418
418
419
419
## Remarks
420
420
421
- The <xref:System.Text.Json.Utf8JsonWriter> will continue to use the original writer options but now write to `utf8Json` as the new destination.
421
+ The <xref:System.Text.Json.Utf8JsonWriter> will continue to use the original writer options but now writes to `utf8Json` as the new destination.
422
422
423
423
]]> </format >
424
424
</remarks >
You can’t perform that action at this time.
0 commit comments