Skip to content

Commit a4f8d3e

Browse files
committed
Fix doc of log function
1 parent c815756 commit a4f8d3e

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)