Skip to content

Commit

Permalink
Merge pull request #76 from jeremyf/wordsmithing
Browse files Browse the repository at this point in the history
Wordsmithing documentation
  • Loading branch information
laserlemon committed Nov 17, 2014
2 parents aa72619 + 84d4c73 commit 750ccad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/interactor/organizer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def self.included(base)
# Internal: Interactor::Organizer class methods.
module ClassMethods
# Public: Declare Interactors to be invoked as part of the
# Interactor::Organizer's invocation. These interactors will invoked in
# Interactor::Organizer's invocation. These interactors are invoked in
# the order in which they are declared.
#
# interactors - Zero or more (or an Array of) Interactor classes.
Expand Down Expand Up @@ -70,7 +70,7 @@ def organized
# Internal: Interactor::Organizer instance methods.
module InstanceMethods
# Internal: Invoke the organized Interactors. An Interactor::Organizer is
# expected not to define its own "call" method in favor of this default
# expected not to define its own "#call" method in favor of this default
# implementation.
#
# Returns nothing.
Expand Down

0 comments on commit 750ccad

Please sign in to comment.