From 0e04af526397815ad2a9271d70384927d8ddfc8c Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Wed, 18 Dec 2013 04:20:25 +0000 Subject: * lib/test/unit/assertions.rb: [DOC] Fix typo s/maye be/may be/ [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/test/unit/assertions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/test/unit/assertions.rb b/lib/test/unit/assertions.rb index 042adba6fd..afc45b6892 100644 --- a/lib/test/unit/assertions.rb +++ b/lib/test/unit/assertions.rb @@ -54,7 +54,7 @@ module Test # assert_raise( *args, &block ) # #Tests if the given block raises an exception. Acceptable exception - #types maye be given as optional arguments. If the last argument is a + #types may be given as optional arguments. If the last argument is a #String, it will be used as the error message. # # assert_raise do #Fails, no Exceptions are raised -- cgit v1.2.3