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

ruby-changes:32142

From: a_matsuda <ko1@a...>
Date: Sun, 15 Dec 2013 11:09:46 +0900 (JST)
Subject: [ruby-changes:32142] a_matsuda:r44221 (trunk): * lib/shell/filter.rb: [DOC] Fix typo

a_matsuda	2013-12-15 11:09:41 +0900 (Sun, 15 Dec 2013)

  New Revision: 44221

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

  Log:
    * lib/shell/filter.rb:  [DOC] Fix typo
    
    s/exection/execution/
    [ci skip]

  Modified files:
    trunk/lib/shell/filter.rb
Index: lib/shell/filter.rb
===================================================================
--- lib/shell/filter.rb	(revision 44220)
+++ lib/shell/filter.rb	(revision 44221)
@@ -10,7 +10,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/shell/filter.rb#L10
 #
 
 class Shell #:nodoc:
-  # Any result of command exection is a Filter.
+  # Any result of command execution is a Filter.
   #
   # This class includes Enumerable, therefore a Filter object can use all
   # Enumerable

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

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