Skip to content

Commit

Permalink
Fix documentation nit (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert authored Feb 27, 2024
1 parent e7cd809 commit 0cb5cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uint/bit_xor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ impl<const LIMBS: usize> Uint<LIMBS> {
Self { limbs }
}

/// Perform wrapping bitwise `XOR``.
/// Perform wrapping bitwise `XOR`.
///
/// There's no way wrapping could ever happen.
/// This function exists so that all operations are accounted for in the wrapping operations
Expand Down

0 comments on commit 0cb5cd0

Please sign in to comment.