Skip to content

Commit

Permalink
Update non_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 1d9d86e commit 799dca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algebra/src/decompose/non_pow_of_2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl<T: UnsignedInteger> NonPowOf2ApproxSignedBasis<T> {

/// Returns the drop bits of this [`NonPowOf2ApproxSignedBasis<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 799dca6

Please sign in to comment.