diff options
author | a_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-12-14 14:48:36 +0000 |
---|---|---|
committer | a_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-12-14 14:48:36 +0000 |
commit | 65b9ee08381ed1a7e6e80addefef3e3fcd0b3ddb (patch) | |
tree | 8de5d86cc0e9e450ebc6d7b96f6369e5d377d0cc /lib | |
parent | cc0181caafb082d97920c7988704656f72a279de (diff) | |
download | ruby-65b9ee08381ed1a7e6e80addefef3e3fcd0b3ddb.tar.gz |
* lib/debug.rb: [DOC] Fix typo
s/useage/usage/
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r-- | lib/debug.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debug.rb b/lib/debug.rb index 67861cba64..fcbf849f0d 100644 --- a/lib/debug.rb +++ b/lib/debug.rb @@ -916,7 +916,7 @@ EOHELP # Returns the list of break points where execution will be stopped. # - # See DEBUGGER__ for more useage + # See DEBUGGER__ for more usage def break_points @break_points end |