Skip to content

Commit eca2e32

Browse files
committed
Rewording of a note
1 parent bb1e9b3 commit eca2e32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/userguide/advanced_data_comparison.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,9 @@ FAILURE
250250
at "anonymous block", line 15
251251
```
252252
**Note**
253-
> `join_by` matcher is much faster on performing data comparison, consider using `join_by` over unordered
254-
> `contain` matcher is not considering order of compared data-sets. Using `unordered` makes no difference (it's default)
253+
> Consider using `join_by` over unordered `equal`, as the `join_by` matcher is much faster at performing data comparison.
254+
>
255+
> The `contain` matcher is not considering the order of the compared data-sets. Using `unordered` makes no difference (it's default).
255256
256257

257258
## Join By option

0 commit comments

Comments
 (0)