Skip to content

Commit

Permalink
Fix a typo in the state.rb file comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjmchattie committed Jan 13, 2025
1 parent 0d37651 commit d86470e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/transfer/state.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def self.included(base) # rubocop:todo Metrics/MethodLength
states = Array(states).map(&:to_s)

# If all of the states are present there is no point in actually adding this set of conditions because
# we're basically looking for all of the plates.
# we're basically looking for all of the tubes.
if states.sort != ALL_STATES.sort
join_options = [
# rubocop:todo Layout/LineLength
Expand Down

0 comments on commit d86470e

Please sign in to comment.