Skip to content

Commit

Permalink
Correct typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Uaitt committed Dec 3, 2024
1 parent 3178667 commit 618ffef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/thor/parser/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def parse(args) # rubocop:disable Metrics/MethodLength
def check_exclusive!
opts = @assigns.keys
# When option A and B are exclusive, if A and B are given at the same time,
# the diffrence of argument array size will decrease.
# the difference of argument array size will decrease.
found = @exclusives.find{ |ex| (ex - opts).size < ex.size - 1 }
if found
names = names_to_switch_names(found & opts).map{|n| "'#{n}'"}
Expand Down

0 comments on commit 618ffef

Please sign in to comment.