Fix typo in advanced_data_comparison.md by kukimik · Pull Request #1171 · utPLSQL/utPLSQL
I think I got it. The two lines:
join_bymatcher is much faster on performing data comparison, consider usingjoin_byover unordered
and
containmatcher is not considering order of compared data-sets. Usingunorderedmakes 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.