Skip to content

Commit e44073b

Browse files
authored
Rollup merge of rust-lang#101754 - NaokiM03:rename-log-to-ilog, r=Dylan-DPC
Fix doc of log function Hi. I found a forgotten documentation correction in the following pull request. rust-lang#100332 See also: rust-lang#70887
2 parents 8fa8021 + a4f8d3e commit e44073b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/num/uint_macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ macro_rules! uint_impl {
688688
/// rounded down.
689689
///
690690
/// This method might not be optimized owing to implementation details;
691-
/// `log2` can produce results more efficiently for base 2, and `log10`
691+
/// `ilog2` can produce results more efficiently for base 2, and `ilog10`
692692
/// can produce results more efficiently for base 10.
693693
///
694694
/// # Panics

0 commit comments

Comments
 (0)