From cc5deb64bc03117b21dabee9526922fd62dfe788 Mon Sep 17 00:00:00 2001 From: yoldas Date: Mon, 30 Oct 2023 23:58:10 +0000 Subject: [PATCH] Update app/models/robots/tube_rack_wrapper.rb Co-authored-by: KatyTaylor --- app/models/robots/tube_rack_wrapper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/robots/tube_rack_wrapper.rb b/app/models/robots/tube_rack_wrapper.rb index b10c8dbbe..6863b592e 100644 --- a/app/models/robots/tube_rack_wrapper.rb +++ b/app/models/robots/tube_rack_wrapper.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Robots # This wrapper class is for tube racks that are not actual recorded labware. - # The instances acts as a labware wrapper and provides access to the tubes. + # The instance acts as a labware wrapper and provides access to the tubes. # Labware methods are delegated to the first tube on the tube rack. # class TubeRackWrapper