[前][次][番号順一覧][スレッド一覧]

ruby-changes:32131

From: a_matsuda <ko1@a...>
Date: Sat, 14 Dec 2013 23:48:41 +0900 (JST)
Subject: [ruby-changes:32131] a_matsuda:r44210 (trunk): * lib/debug.rb: [DOC] Fix typo

a_matsuda	2013-12-14 23:48:36 +0900 (Sat, 14 Dec 2013)

  New Revision: 44210

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44210

  Log:
    * lib/debug.rb:  [DOC] Fix typo
    
    s/useage/usage/
    [ci skip]

  Modified files:
    trunk/lib/debug.rb
Index: lib/debug.rb
===================================================================
--- lib/debug.rb	(revision 44209)
+++ lib/debug.rb	(revision 44210)
@@ -916,7 +916,7 @@ EOHELP https://github.com/ruby/ruby/blob/trunk/lib/debug.rb#L916
 
     # 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]