From d86470e3faa42a5e58090bb5a485102024fe686e Mon Sep 17 00:00:00 2001 From: Stuart McHattie Date: Mon, 13 Jan 2025 18:17:48 +0000 Subject: [PATCH] Fix a typo in the state.rb file comments --- app/models/transfer/state.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/transfer/state.rb b/app/models/transfer/state.rb index bd35775706..082eb52dc1 100644 --- a/app/models/transfer/state.rb +++ b/app/models/transfer/state.rb @@ -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