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

* 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
This commit is contained in:
a_matsuda 2013-12-14 14:48:36 +00:00
parent cc0181caaf
commit 65b9ee0838

View file

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