From 7acfec8d6d36901ab660e1243fd07dae6d306de4 Mon Sep 17 00:00:00 2001 From: yoldas Date: Thu, 7 Mar 2024 17:21:59 +0000 Subject: [PATCH] Fix typo in labware_wells method doc --- app/models/labware_creators/donor_pooling_plate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/labware_creators/donor_pooling_plate.rb b/app/models/labware_creators/donor_pooling_plate.rb index ca10978a2..4849088cb 100644 --- a/app/models/labware_creators/donor_pooling_plate.rb +++ b/app/models/labware_creators/donor_pooling_plate.rb @@ -73,7 +73,7 @@ def well_filter @well_filter ||= WellFilter.new(creator: self) end - # Reurns all passed wells from the source plates in column order. + # Returns all passed wells from the source plates in column order. # # @return [Array] An array of passed wells. def labware_wells