1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Must learn how to transpose words in Emacs. Sorry...

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
dave 2004-08-25 19:44:46 +00:00
parent 4441ea370b
commit ad7564a02a

2
eval.c
View file

@ -4553,7 +4553,7 @@ return_jump(retval)
JUMP_TAG(TAG_RETURN);
}
if (tt->tag == PROT_THREAD) {
rb_raise(rb_eThreadError, "return can jump't across threads");
rb_raise(rb_eThreadError, "return can't jump across threads");
}
tt = tt->prev;
}