Skip to content

Commit bbf7a86

Browse files
committed
Revert suggestion on order-relaxed identity
1 parent 93dea51 commit bbf7a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/compare_collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Two collections meet the criteria for order-relaxed identity if:
2929

3030
1. the value of the `elements.total.a` and `elements.total.b` match, (the collections have the same number of elements).
3131
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)
3333

3434
Then, we know the sequence collection content is identical, without controlling for order.
3535

0 commit comments

Comments
 (0)