mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typos (Doug Kearns)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
548a8f7fc6
commit
298e6a3488
1 changed files with 2 additions and 2 deletions
|
|
@ -120,7 +120,7 @@ module RI
|
|||
ri zip
|
||||
|
||||
Note that shell quoting may be required for method names
|
||||
containing puncuation:
|
||||
containing punctuation:
|
||||
|
||||
ri 'Array.[]'
|
||||
ri compact\\!
|
||||
|
|
@ -150,7 +150,7 @@ module RI
|
|||
end
|
||||
puts
|
||||
end
|
||||
puts "Options may also be passed in the 'RI' environment varaible"
|
||||
puts "Options may also be passed in the 'RI' environment variable"
|
||||
exit 0
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue