Skip to content

Commit

Permalink
fix broken comment in BitOperations.cs (#108056)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Sep 20, 2024
1 parent ed5c110 commit 602e6ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ internal static uint FlipBit(uint value, int index)
/// <summary>
/// Flip the bit at a specific position in a given value.
/// Similar in behavior to the x86 instruction BTC (Bit Test and Complement).
/// /// </summary>
/// </summary>
/// <param name="value">The value.</param>
/// <param name="index">The zero-based index of the bit to flip.
/// Any value outside the range [0..63] is treated as congruent mod 64.</param>
Expand Down

0 comments on commit 602e6ea

Please sign in to comment.