summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/thread.c b/thread.c
index 8e8d8fbdfe..f80fcf6bf4 100644
--- a/thread.c
+++ b/thread.c
@@ -2701,9 +2701,9 @@ rb_thread_stop_p(VALUE thread)
* Returns the safe level in effect for <i>thr</i>. Setting thread-local safe
* levels can help when implementing sandboxes which run insecure code.
*
- * thr = Thread.new { $SAFE = 3; sleep }
+ * thr = Thread.new { $SAFE = 1; sleep }
* Thread.current.safe_level #=> 0
- * thr.safe_level #=> 3
+ * thr.safe_level #=> 1
*/
static VALUE