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

* 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
This commit is contained in:
a_matsuda 2013-12-15 02:09:41 +00:00
parent 6c9a3cb681
commit 82eef27f46

View file

@ -10,7 +10,7 @@
#
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