diff --git a/src/libcore/macros.rs b/src/libcore/macros.rs index d77936c7ddd91..fab0b9488b0a1 100644 --- a/src/libcore/macros.rs +++ b/src/libcore/macros.rs @@ -562,7 +562,7 @@ macro_rules! unimplemented { /// A standardized placeholder for marking unfinished code. /// /// This can be useful if you are prototyping and are just looking to have your -/// code typecheck. `todo!` works exactly like `unimplemented!`, there only +/// code typecheck. `todo!` works exactly like `unimplemented!`; the only /// difference between the two macros is the name. /// /// # Panics