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:
parent
6c9a3cb681
commit
82eef27f46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue