Skip to content

Commit 756f7b6

Browse files
authored
Docs: Fix Terminology in Resource / Labware Comparison (#716)
1 parent 9b353cc commit 756f7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ PLR's `Resource` subclasses in the inheritance tree are:
114114
However, in our discussions, it became evident that the term "labware" has different meanings to different stakeholders
115115
(e.g., "A plate is clearly labware, but is a liquid handler or a plate reader labware?").
116116
As a result, PLR avoids the ambiguous term "labware".</p>
117-
<p><u>Every physical item (describable via its <code>item_x</code>, <code>item_y</code>, <code>item_z</code>) is a "resource"</u>.</p>
117+
<p><u>Every physical item (describable by its physical dimensions <code>size_x</code>, <code>size_y</code>, <code>size_z</code>) is a `Resource`</u>.</p>
118118
</details>
119119

120120
<hr>

0 commit comments

Comments
 (0)