diff options
author | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-14 19:54:36 +0000 |
---|---|---|
committer | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-14 19:54:36 +0000 |
commit | 856624228c8f2bab8481b9791296804fb6180897 (patch) | |
tree | c7055fb5cff128abc5e2d7512942b9308702c998 /error.c | |
parent | 3958ba3cbeb3a362f25522017b26455bfcd5c58b (diff) |
* error.c: [DOC] Fix case of type in exception message by @tricknotes
[Fixes GH-740] https://github.com/ruby/ruby/pull/740
* object.c: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r-- | error.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1669,7 +1669,7 @@ syserr_eqq(VALUE self, VALUE exc) * * <em>raises the exception:</em> * - * RuntimeError: can't modify frozen array + * RuntimeError: can't modify frozen Array * * Kernel.raise will raise a RuntimeError if no Exception class is * specified. |