Skip to content

Commit

Permalink
Fix typo in bag_eq() docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ewie committed Apr 29, 2024
1 parent dec77c4 commit 91f1c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/pgtap.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,7 @@ any unexpected overlap between the query results.
The `bag_eq()` function is just like `set_eq()`, except that it considers the
results as bags rather than as sets. A bag is a set that allows duplicates. In
practice, it mean that you can use `bag_eq()` to test result sets where order
doesn't matter, but duplication does. In other words, if a two rows are the
doesn't matter, but duplication does. In other words, if two rows are the
same in the first result set, the same row must appear twice in the second
result set.

Expand Down

0 comments on commit 91f1c13

Please sign in to comment.