Skip to content

Commit 4806dbb

Browse files
authored
remove extra space (#3152)
1 parent 221ae3d commit 4806dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Text.Json/Utf8JsonWriter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To be able to format the output with indentation and white space OR to skip vali
5959
<summary>Constructs a new <see cref="T:System.Text.Json.Utf8JsonWriter" /> instance with a specified <see langword="System.Buffers.IBufferWriter&lt;System.Byte&gt;" />.</summary>
6060
<remarks>To be added.</remarks>
6161
<exception cref="T:System.ArgumentNullException">
62-
<paramref name="bufferWriter" /> is <see langword="null" />.</exception>
62+
<paramref name="bufferWriter" /> is <see langword="null" />.</exception>
6363
</Docs>
6464
</Member>
6565
<Member MemberName=".ctor">

0 commit comments

Comments
 (0)