Skip to content

Commit a57cde3

Browse files
authored
make used terms more uniform (dotnet#8130)
1 parent d9a825b commit a57cde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Numerics/BitOperations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
</Parameters>
8585
<Docs>
8686
<param name="value">The value to evaluate as being a power of two.</param>
87-
<summary>Evaluates whether the specified <see cref="T:System.Int64" /> value is a power of 2.</summary>
87+
<summary>Evaluates whether the specified <see cref="T:System.Int64" /> value is a power of two.</summary>
8888
<returns>
8989
<see langword="true" /> if the specified value is a power of two; <see langword="false" /> otherwise.</returns>
9090
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)