summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-05 14:24:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-05 14:24:19 +0000
commitf4e2cba5ec449070769091336b5056c92f3964c2 (patch)
tree9977bed83b0f39003836ff94d8f00af60e1afd4d /ChangeLog
parent4f89030a9131f1a11847c9cf48395990d6456f57 (diff)
downloadruby-f4e2cba5ec449070769091336b5056c92f3964c2.tar.gz
ruby-f4e2cba5ec449070769091336b5056c92f3964c2.tar.xz
ruby-f4e2cba5ec449070769091336b5056c92f3964c2.zip
typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ab497199..aa008502e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ Fri Dec 5 23:22:30 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises,
Test::Unit::Assertions::assert_nothing_raised): use the last
- argument as message unless non-class object.
+ argument as message unless class object.
* test/testunit/test_assertions.rb (test_assert_raises): test for
multiple exception list. [ruby-core:01891]