diff --git a/src/libcore/num/mod.rs b/src/libcore/num/mod.rs index 76edec80896bb..752eca797bd13 100644 --- a/src/libcore/num/mod.rs +++ b/src/libcore/num/mod.rs @@ -1517,7 +1517,7 @@ pub trait FromStrRadix { fn from_str_radix(str: &str, radix: u32) -> Result; } -/// A utility function that just calls FromStrRadix::from_str_radix. +/// A utility function that just calls `FromStrRadix::from_str_radix`. #[unstable(feature = "core", reason = "needs reevaluation")] pub fn from_str_radix(str: &str, radix: u32) -> Result {