Fix doc of log function

This commit is contained in:
NaokiM03 2022-09-13 19:21:40 +09:00
parent c81575657c
commit a4f8d3e36d

View File

@ -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