Skip to content

Commit c293e88

Browse files
authored
Clarify docs for Leading/TrailingZeroCount (dotnet#8643)
1 parent bd9ebed commit c293e88

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

xml/System.Numerics/IBinaryInteger`1.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@
198198
<Parameter Name="value" Type="TSelf" />
199199
</Parameters>
200200
<Docs>
201-
<param name="value">The value whose leading zeroes are to be counted.</param>
202-
<summary>Computes the number of leading zeros in a value.</summary>
203-
<returns>The number of leading zeros in <paramref name="value" />.</returns>
201+
<param name="value">The value whose leading zero bits are to be counted.</param>
202+
<summary>Computes the number of leading zero bits in a value.</summary>
203+
<returns>The number of leading zero bits in <paramref name="value" />.</returns>
204204
<remarks>To be added.</remarks>
205205
</Docs>
206206
</Member>
@@ -486,9 +486,9 @@
486486
<Parameter Name="value" Type="TSelf" />
487487
</Parameters>
488488
<Docs>
489-
<param name="value">The value whose trailing zeroes are to be counted.</param>
490-
<summary>Computes the number of trailing zeros in a value.</summary>
491-
<returns>The number of trailing zeros in <paramref name="value" />.</returns>
489+
<param name="value">The value whose trailing zero bits are to be counted.</param>
490+
<summary>Computes the number of trailing zero bits in a value.</summary>
491+
<returns>The number of trailing zero bits in <paramref name="value" />.</returns>
492492
<remarks>To be added.</remarks>
493493
</Docs>
494494
</Member>

0 commit comments

Comments
 (0)