Skip to content

Commit d685608

Browse files
carlossanlopmairaw
authored andcommitted
[small fix] Commas in System.Buffers.Binary (#2963)
* Commas in System.Buffers.Binary * verb should be in 3rd person
1 parent 77ac92a commit d685608

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

xml/System.Buffers.Binary/BinaryPrimitives.xml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ Reads exactly 8 bytes from the beginning of the span.
13681368
<Docs>
13691369
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
13701370
<param name="value">The value to write into the span of bytes.</param>
1371-
<summary>Writes an <see cref="T:System.Int16" /> into a span of bytes as big endian.</summary>
1371+
<summary>Writes an <see cref="T:System.Int16" /> into a span of bytes, as big endian.</summary>
13721372
<returns><see langword="true" /> if the span is large enough to contain an <see cref="T:System.Int16" />; otherwise, <see langword="false" />.</returns>
13731373
<remarks>
13741374
<format type="text/markdown"><![CDATA[
@@ -1409,7 +1409,7 @@ Writes exactly 2 bytes to the beginning of the span.
14091409
<Docs>
14101410
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
14111411
<param name="value">The value to write into the span of bytes.</param>
1412-
<summary>Writes an <see cref="T:System.Int16" /> into a span of bytes as little endian.</summary>
1412+
<summary>Writes an <see cref="T:System.Int16" /> into a span of bytes, as little endian.</summary>
14131413
<returns><see langword="true" /> if the span is large enough to contain an <see cref="T:System.Int16" />; otherwise, <see langword="false" />.</returns>
14141414
<remarks>
14151415
<format type="text/markdown"><![CDATA[
@@ -1450,7 +1450,7 @@ Writes exactly 2 bytes to the beginning of the span.
14501450
<Docs>
14511451
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
14521452
<param name="value">The value to write into the span of bytes.</param>
1453-
<summary>Writes an <see cref="T:System.Int32" /> into a span of bytes as big endian.</summary>
1453+
<summary>Writes an <see cref="T:System.Int32" /> into a span of bytes, as big endian.</summary>
14541454
<returns><see langword="true" /> if the span is large enough to contain an <see cref="T:System.Int32" />; otherwise, <see langword="false" />.</returns>
14551455
<remarks>
14561456
<format type="text/markdown"><![CDATA[
@@ -1491,7 +1491,7 @@ Writes exactly 4 bytes to the beginning of the span.
14911491
<Docs>
14921492
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
14931493
<param name="value">The value to write into the span of bytes.</param>
1494-
<summary>Writes an <see cref="T:System.Int32" /> into a span of bytes as little endian.</summary>
1494+
<summary>Writes an <see cref="T:System.Int32" /> into a span of bytes, as little endian.</summary>
14951495
<returns><see langword="true" /> if the span is large enough to contain an <see cref="T:System.Int32" />; otherwise, <see langword="false" />.</returns>
14961496
<remarks>
14971497
<format type="text/markdown"><![CDATA[
@@ -1532,7 +1532,7 @@ Writes exactly 4 bytes to the beginning of the span.
15321532
<Docs>
15331533
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
15341534
<param name="value">The value to write into the span of bytes.</param>
1535-
<summary>Writes an <see cref="T:System.Int64" /> into a span of bytes as big endian.</summary>
1535+
<summary>Writes an <see cref="T:System.Int64" /> into a span of bytes, as big endian.</summary>
15361536
<returns><see langword="true" /> if the span is large enough to contain an <see cref="T:System.Int64" />; otherwise, <see langword="false" />.</returns>
15371537
<remarks>
15381538
<format type="text/markdown"><![CDATA[
@@ -1573,7 +1573,7 @@ Writes exactly 8 bytes to the beginning of the span.
15731573
<Docs>
15741574
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
15751575
<param name="value">The value to write into the span of bytes.</param>
1576-
<summary>Writes an <see cref="T:System.Int64" /> into a span of bytes as little endian.</summary>
1576+
<summary>Writes an <see cref="T:System.Int64" /> into a span of bytes, as little endian.</summary>
15771577
<returns><see langword="true" /> if the span is large enough to contain an <see cref="T:System.Int64" />; otherwise, <see langword="false" />.</returns>
15781578
<remarks>
15791579
<format type="text/markdown"><![CDATA[
@@ -1619,7 +1619,7 @@ Writes exactly 8 bytes to the beginning of the span.
16191619
<Docs>
16201620
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
16211621
<param name="value">The value to write into the span of bytes.</param>
1622-
<summary>Write a <see cref="T:System.UInt16" /> into a span of bytes as big endian.</summary>
1622+
<summary>Writes a <see cref="T:System.UInt16" /> into a span of bytes, as big endian.</summary>
16231623
<returns><see langword="true" /> if the span is large enough to contain a <see cref="T:System.UInt16" />; otherwise, <see langword="false" />.</returns>
16241624
<remarks>
16251625
<format type="text/markdown"><![CDATA[
@@ -1665,7 +1665,7 @@ Writes exactly 2 bytes to the beginning of the span.
16651665
<Docs>
16661666
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
16671667
<param name="value">The value to write into the span of bytes.</param>
1668-
<summary>Write a <see cref="T:System.UInt16" /> into a span of bytes as little endian.</summary>
1668+
<summary>Writes a <see cref="T:System.UInt16" /> into a span of bytes, as little endian.</summary>
16691669
<returns><see langword="true" /> if the span is large enough to contain a <see cref="T:System.UInt16" />; otherwise, <see langword="false" />.</returns>
16701670
<remarks>
16711671
<format type="text/markdown"><![CDATA[
@@ -1711,7 +1711,7 @@ Writes exactly 2 bytes to the beginning of the span.
17111711
<Docs>
17121712
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
17131713
<param name="value">The value to write into the span of bytes.</param>
1714-
<summary>Write a <see cref="T:System.UInt32" /> into a span of bytes as big endian.</summary>
1714+
<summary>Writes a <see cref="T:System.UInt32" /> into a span of bytes, as big endian.</summary>
17151715
<returns><see langword="true" /> if the span is large enough to contain a <see cref="T:System.UInt32" />; otherwise, <see langword="false" />.</returns>
17161716
<remarks>
17171717
<format type="text/markdown"><![CDATA[
@@ -1757,7 +1757,7 @@ Writes exactly 4 bytes to the beginning of the span.
17571757
<Docs>
17581758
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
17591759
<param name="value">The value to write into the span of bytes.</param>
1760-
<summary>Write a <see cref="T:System.UInt32" /> into a span of bytes as little endian.</summary>
1760+
<summary>Writes a <see cref="T:System.UInt32" /> into a span of bytes, as little endian.</summary>
17611761
<returns><see langword="true" /> if the span is large enough to contain a <see cref="T:System.UInt32" />; otherwise, <see langword="false" />.</returns>
17621762
<remarks>
17631763
<format type="text/markdown"><![CDATA[
@@ -1803,7 +1803,7 @@ Writes exactly 4 bytes to the beginning of the span.
18031803
<Docs>
18041804
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
18051805
<param name="value">The value to write into the span of bytes.</param>
1806-
<summary>Write a <see cref="T:System.UInt64" /> into a span of bytes as big endian.</summary>
1806+
<summary>Writes a <see cref="T:System.UInt64" /> into a span of bytes, as big endian.</summary>
18071807
<returns><see langword="true" /> if the span is large enough to contain a <see cref="T:System.UInt64" />; otherwise, <see langword="false" />.</returns>
18081808
<remarks>
18091809
<format type="text/markdown"><![CDATA[
@@ -1849,7 +1849,7 @@ Writes exactly 8 bytes to the beginning of the span.
18491849
<Docs>
18501850
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
18511851
<param name="value">The value to write into the span of bytes.</param>
1852-
<summary>Write a <see cref="T:System.UInt64" /> into a span of bytes as little endian.</summary>
1852+
<summary>Writes a <see cref="T:System.UInt64" /> into a span of bytes, as little endian.</summary>
18531853
<returns><see langword="true" /> if the span is large enough to contain a <see cref="T:System.UInt64" />; otherwise, <see langword="false" />.</returns>
18541854
<remarks>
18551855
<format type="text/markdown"><![CDATA[
@@ -1890,7 +1890,7 @@ Writes exactly 8 bytes to the beginning of the span.
18901890
<Docs>
18911891
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
18921892
<param name="value">The value to write into the span of bytes.</param>
1893-
<summary>Writes an <see cref="T:System.Int16" /> into a span of bytes as big endian.</summary>
1893+
<summary>Writes an <see cref="T:System.Int16" /> into a span of bytes, as big endian.</summary>
18941894
<remarks>
18951895
<format type="text/markdown"><![CDATA[
18961896
@@ -1931,7 +1931,7 @@ Writes exactly 2 bytes to the beginning of the span.
19311931
<Docs>
19321932
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
19331933
<param name="value">The value to write into the span of bytes.</param>
1934-
<summary>Writes an <see cref="T:System.Int16" /> into a span of bytes as little endian.</summary>
1934+
<summary>Writes an <see cref="T:System.Int16" /> into a span of bytes, as little endian.</summary>
19351935
<remarks>
19361936
<format type="text/markdown"><![CDATA[
19371937
@@ -1972,7 +1972,7 @@ Writes exactly 2 bytes to the beginning of the span.
19721972
<Docs>
19731973
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
19741974
<param name="value">The value to write into the span of bytes.</param>
1975-
<summary>Writes an <see cref="T:System.Int32" /> into a span of bytes as big endian.</summary>
1975+
<summary>Writes an <see cref="T:System.Int32" /> into a span of bytes, as big endian.</summary>
19761976
<remarks>
19771977
<format type="text/markdown"><![CDATA[
19781978
@@ -2013,7 +2013,7 @@ Writes exactly 4 bytes to the beginning of the span.
20132013
<Docs>
20142014
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
20152015
<param name="value">The value to write into the span of bytes.</param>
2016-
<summary>Writes an <see cref="T:System.Int32" /> into a span of bytes as little endian.</summary>
2016+
<summary>Writes an <see cref="T:System.Int32" /> into a span of bytes, as little endian.</summary>
20172017
<remarks>
20182018
<format type="text/markdown"><![CDATA[
20192019
@@ -2054,7 +2054,7 @@ Writes exactly 4 bytes to the beginning of the span.
20542054
<Docs>
20552055
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
20562056
<param name="value">The value to write into the span of bytes.</param>
2057-
<summary>Writes an <see cref="T:System.Int64" /> into a span of bytes as big endian.</summary>
2057+
<summary>Writes an <see cref="T:System.Int64" /> into a span of bytes, as big endian.</summary>
20582058
<remarks>
20592059
<format type="text/markdown"><![CDATA[
20602060
@@ -2095,7 +2095,7 @@ Writes exactly 8 bytes to the beginning of the span.
20952095
<Docs>
20962096
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
20972097
<param name="value">The value to write into the span of bytes.</param>
2098-
<summary>Writes an <see cref="T:System.Int64" /> into a span of bytes as little endian.</summary>
2098+
<summary>Writes an <see cref="T:System.Int64" /> into a span of bytes, as little endian.</summary>
20992099
<remarks>
21002100
<format type="text/markdown"><![CDATA[
21012101
@@ -2141,7 +2141,7 @@ Writes exactly 8 bytes to the beginning of the span.
21412141
<Docs>
21422142
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
21432143
<param name="value">The value to write into the span of bytes.</param>
2144-
<summary>Write a <see cref="T:System.UInt16" /> into a span of bytes as big endian.</summary>
2144+
<summary>Writes a <see cref="T:System.UInt16" /> into a span of bytes, as big endian.</summary>
21452145
<remarks>
21462146
<format type="text/markdown"><![CDATA[
21472147
@@ -2187,7 +2187,7 @@ Writes exactly 2 bytes to the beginning of the span.
21872187
<Docs>
21882188
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
21892189
<param name="value">The value to write into the span of bytes.</param>
2190-
<summary>Write a <see cref="T:System.UInt16" /> into a span of bytes as little endian.</summary>
2190+
<summary>Writes a <see cref="T:System.UInt16" /> into a span of bytes, as little endian.</summary>
21912191
<remarks>
21922192
<format type="text/markdown"><![CDATA[
21932193
@@ -2233,7 +2233,7 @@ Writes exactly 2 bytes to the beginning of the span.
22332233
<Docs>
22342234
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
22352235
<param name="value">The value to write into the span of bytes.</param>
2236-
<summary>Write a <see cref="T:System.UInt32" /> into a span of bytes as big endian.</summary>
2236+
<summary>Writes a <see cref="T:System.UInt32" /> into a span of bytes, as big endian.</summary>
22372237
<remarks>
22382238
<format type="text/markdown"><![CDATA[
22392239
@@ -2279,7 +2279,7 @@ Writes exactly 4 bytes to the beginning of the span.
22792279
<Docs>
22802280
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
22812281
<param name="value">The value to write into the span of bytes.</param>
2282-
<summary>Write a <see cref="T:System.UInt32" /> into a span of bytes as little endian.</summary>
2282+
<summary>Writes a <see cref="T:System.UInt32" /> into a span of bytes, as little endian.</summary>
22832283
<remarks>
22842284
<format type="text/markdown"><![CDATA[
22852285
@@ -2325,7 +2325,7 @@ Writes exactly 4 bytes to the beginning of the span.
23252325
<Docs>
23262326
<param name="destination">The span of bytes where the value is to be written, as big endian.</param>
23272327
<param name="value">The value to write into the span of bytes.</param>
2328-
<summary>Write a <see cref="T:System.UInt64" /> into a span of bytes as big endian.</summary>
2328+
<summary>Writes a <see cref="T:System.UInt64" /> into a span of bytes, as big endian.</summary>
23292329
<remarks>
23302330
<format type="text/markdown"><![CDATA[
23312331
@@ -2371,7 +2371,7 @@ Writes exactly 8 bytes to the beginning of the span.
23712371
<Docs>
23722372
<param name="destination">The span of bytes where the value is to be written, as little endian.</param>
23732373
<param name="value">The value to write into the span of bytes.</param>
2374-
<summary>Write a <see cref="T:System.UInt64" /> into a span of bytes as little endian.</summary>
2374+
<summary>Writes a <see cref="T:System.UInt64" /> into a span of bytes, as little endian.</summary>
23752375
<remarks>
23762376
<format type="text/markdown"><![CDATA[
23772377

0 commit comments

Comments
 (0)