about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs
index fbf2ba7f9a0..a45d37b0792 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
 ///