Skip to content

Commit

Permalink
Merge pull request #215 from taylorkearns/update-comment-typo-organize
Browse files Browse the repository at this point in the history
Fix typo on code comment re: "organize" method
  • Loading branch information
gaffneyc authored Dec 28, 2024
2 parents d366fdd + 9a8e462 commit 588a7c9
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 588a7c9

Please sign in to comment.