We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a825b commit a57cde3Copy full SHA for a57cde3
xml/System.Numerics/BitOperations.xml
@@ -84,7 +84,7 @@
84
</Parameters>
85
<Docs>
86
<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>
+ <summary>Evaluates whether the specified <see cref="T:System.Int64" /> value is a power of two.</summary>
88
<returns>
89
<see langword="true" /> if the specified value is a power of two; <see langword="false" /> otherwise.</returns>
90
<remarks>To be added.</remarks>
0 commit comments