diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-18 11:36:59 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-18 11:36:59 +0000 |
commit | 9806d2eff7ec3b71371ec4042e9e25360a4b779c (patch) | |
tree | 1c99b34029b9635fd7a0838fa3b97dc8bf458f59 | |
parent | 443814c1f2370770dc35b2f60a9db2f26d0050ce (diff) | |
download | ruby-9806d2eff7ec3b71371ec4042e9e25360a4b779c.tar.gz ruby-9806d2eff7ec3b71371ec4042e9e25360a4b779c.tar.xz ruby-9806d2eff7ec3b71371ec4042e9e25360a4b779c.zip |
fix typo
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ Wed Jun 18 04:27:58 2008 Koichi Sasada <ko1@atdot.net> Wed Jun 18 04:24:20 2008 Koichi Sasada <ko1@atdot.net> - * vm.c, vm_insnhelper.c: fix escape process with "braek" and "return" + * vm.c, vm_insnhelper.c: fix escape process with "break" and "return" syntax in "lambda". [ ruby-Bugs-19304 ], [ruby-core:17164] * KNOWNBUGS.rb, bootstraptest/test_proc.rb: add/move solved test. |