diff --git a/src/liballoc/boxed.rs b/src/liballoc/boxed.rs index efc28be92a45b..aa0665182ccfb 100644 --- a/src/liballoc/boxed.rs +++ b/src/liballoc/boxed.rs @@ -227,7 +227,7 @@ impl Box { /// # Examples /// /// ``` - /// let x = Box::new(5); + /// let five = Box::new(5); /// ``` #[stable(feature = "rust1", since = "1.0.0")] #[inline(always)]