summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 25584dd086..fa01bcdca3 100644
--- a/eval.c
+++ b/eval.c
@@ -4582,7 +4582,7 @@ return_jump(retval)
JUMP_TAG(TAG_RETURN);
}
if (tt->tag == PROT_THREAD) {
- rb_raise(rb_eThreadError, "return jump can't across threads");
+ rb_raise(rb_eThreadError, "return can't jump across threads");
}
tt = tt->prev;
}