You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/compare_collections.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Two collections meet the criteria for order-relaxed identity if:
29
29
30
30
1. the value of the `elements.total.a` and `elements.total.b` match, (the collections have the same number of elements).
31
31
2. this value is the same as `elements.a_and_b.<attribute>` for all attributes (the content is the same)
32
-
3. entries in `elements.a_and_b-same-order.<attribute>` may be either all true (indicating the order matches) or all false (indicating the order differs)
32
+
3.any entries in `elements.a_and_b-same-order.<attribute>` may be true (indicating the order matches) or false (indicating the order differs)
33
33
34
34
Then, we know the sequence collection content is identical, without controlling for order.
0 commit comments