diff options
author | a_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-12-15 02:09:41 +0000 |
---|---|---|
committer | a_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-12-15 02:09:41 +0000 |
commit | 82eef27f46a56f033c61e2724ababb0a7997b465 () | |
tree | 83e1274cbb2edc68c1cb996d539c7a2d13642532 /lib/shell | |
parent | 6c9a3cb68145df6bda419174df7f87061c52f3d9 (diff) |
* lib/shell/filter.rb: [DOC] Fix typo
s/exection/execution/ [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/shell/filter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ # class Shell #:nodoc: - # Any result of command exection is a Filter. # # This class includes Enumerable, therefore a Filter object can use all # Enumerable |