We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb2c794 + a4f8d3e commit 10f807dCopy full SHA for 10f807d
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