Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wordsmithing documentation #76

Merged
merged 1 commit into from
Nov 17, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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