Skip to content

Commit

Permalink
Fix doc of log function
Browse files Browse the repository at this point in the history
  • Loading branch information
NaokiM03 committed Sep 13, 2022
1 parent c815756 commit a4f8d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/num/uint_macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ macro_rules! uint_impl {
/// rounded down.
///
/// This method might not be optimized owing to implementation details;
/// `log2` can produce results more efficiently for base 2, and `log10`
/// `ilog2` can produce results more efficiently for base 2, and `ilog10`
/// can produce results more efficiently for base 10.
///
/// # Panics
Expand Down

0 comments on commit a4f8d3e

Please sign in to comment.