Skip to content

Commit

Permalink
Fix typo on code comment re: "organize" method
Browse files Browse the repository at this point in the history
I believe this line is supposed to be calling the `organize` method rather than `organizer`.
  • Loading branch information
taylorkearns committed Apr 10, 2024
1 parent 7604c4b commit 9a8e462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interactor/organizer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module Interactor
# class MyOrganizer
# include Interactor::Organizer
#
# organizer InteractorOne, InteractorTwo
# organize InteractorOne, InteractorTwo
# end
module Organizer
# Internal: Install Interactor::Organizer's behavior in the given class.
Expand Down

0 comments on commit 9a8e462

Please sign in to comment.