Skip to content

Commit

Permalink
Fix typo in labware_wells method doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yoldas committed Mar 7, 2024
1 parent 61ec788 commit 7acfec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/labware_creators/donor_pooling_plate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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<Well>] An array of passed wells.
def labware_wells
Expand Down

0 comments on commit 7acfec8

Please sign in to comment.