Skip to content

Commit

Permalink
Update app/models/robots/tube_rack_wrapper.rb
Browse files Browse the repository at this point in the history
Co-authored-by: KatyTaylor <[email protected]>
  • Loading branch information
yoldas and KatyTaylor authored Oct 30, 2023
1 parent 7b80d7c commit be3e7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/robots/tube_rack_wrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def initialize(barcode, parent, tubes: [])
tubes.each { |tube| push_tube(tube) } # Eliminate duplicate tubes by position
end

# Returns the last tube on the tube rack. This method used for delegating
# Returns the last tube on the tube rack. This method is used for delegating
# certain methods to make it behave like a like a labware object.
#
# @return [Tube] the last tube
Expand Down

0 comments on commit be3e7bc

Please sign in to comment.