◐ Shell
clean mode source ↗

Fix typo in advanced_data_comparison.md by kukimik · Pull Request #1171 · utPLSQL/utPLSQL

I think I got it. The two lines:

join_by matcher is much faster on performing data comparison, consider using join_by over unordered

and

contain matcher is not considering order of compared data-sets. Using unordered makes no difference (it's default)

are two separate sentences. The first line is missing a period at the end. Am I right?

If so, please check the updated commit.