1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
a_matsuda 2013-12-18 04:20:25 +00:00
parent 228ad3d799
commit 0e04af5263

View file

@ -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