Skip to content

Commit 5dc7069

Browse files
authored
adding s back (#3157)
1 parent 7d7e4c5 commit 5dc7069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Text.Json/Utf8JsonWriter.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ The <xref:System.Text.Json.Utf8JsonWriter> will continue to use the original wri
383383
384384
## Remarks
385385
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.
387387
388388
]]></format>
389389
</remarks>
@@ -418,7 +418,7 @@ The <xref:System.Text.Json.Utf8JsonWriter> will continue to use the original wri
418418
419419
## Remarks
420420
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.
422422
423423
]]></format>
424424
</remarks>

0 commit comments

Comments
 (0)