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 464ca09 + 239de97 commit 03026caCopy full SHA for 03026ca
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