Skip to content

Commit

Permalink
Update pow_of_2.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
leopardracer authored Feb 21, 2025
1 parent 3cb4e31 commit 1d9d86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algebra/src/decompose/pow_of_2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ impl<T: UnsignedInteger> PowOf2ApproxSignedBasis<T> {

/// Returns the drop bits of this [`PowOf2ApproxSignedBasis<T>`].
///
/// This means some bits of the value will be droped
/// This means some bits of the value will be dropped
/// according to approximate signed decomposition.
#[inline]
pub fn drop_bits(&self) -> u32 {
Expand Down

0 comments on commit 1d9d86e

Please sign in to comment.