diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-03 17:46:28 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-03 17:46:28 +0000 |
commit | b9e0294edaceecb177401902f3809a45af666d7e (patch) | |
tree | 6c83191a7891bfb4449e4c61bcf944ae968319b7 /vm_eval.c | |
parent | c30e32d075478c62580c7d3f5699c2c477503b41 (diff) | |
download | bundler-b9e0294edaceecb177401902f3809a45af666d7e.tar.gz |
fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_eval.c')
-rw-r--r-- | vm_eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1385,7 +1385,7 @@ catch_i(VALUE tag, VALUE data) * * when _arg_ is given, +catch+ yields it as is, or when no * _arg_ is given, +catch+ assigns a new unique object to - * +throw+. this is usefull for nested +catch+. _arg_ can + * +throw+. this is useful for nested +catch+. _arg_ can * be an arbitrary object, not only Symbol. * */ |