diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs index fbf2ba7f9a03..a45d37b07929 100644 --- a/src/libstd/macros.rs +++ b/src/libstd/macros.rs @@ -26,7 +26,7 @@ /// /// # Current implementation /// -/// If the main thread panics it will return with code `101`. +/// If the main thread panics it will terminate all your threads and end your program with code `101`. /// /// # Examples ///