We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fa8021 + a4f8d3e commit e44073bCopy full SHA for e44073b
library/core/src/num/uint_macros.rs
@@ -688,7 +688,7 @@ macro_rules! uint_impl {
688
/// rounded down.
689
///
690
/// This method might not be optimized owing to implementation details;
691
- /// `log2` can produce results more efficiently for base 2, and `log10`
+ /// `ilog2` can produce results more efficiently for base 2, and `ilog10`
692
/// can produce results more efficiently for base 10.
693
694
/// # Panics
0 commit comments