Skip to content

Commit

Permalink
Fix 2 typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jul 15, 2017
1 parent e660060 commit 1b8b5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/setbagmix.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The six collection classes C<Set>, C<SetHash>, C<Bag>, C<BagHash>, C<Mix>,
C<MixHash>, all share similar semantics.
For one thing, as far as they are concerned, identical objects refer to the
same element – where identity is determined using the L<WHICH|/routine/WHICH> methods
same element – where identity is determined using the L<WHICH|/routine/WHICH> method
(i.e. the same way that the L<===> operator checks identity). For value
types like C<Str>, this means having the same value; for reference types
like C<Array>, it means referring to the same object instance.
Expand All @@ -72,7 +72,7 @@ associated weights are the 'values':
=comment TODO: Update this after ab5tract's set/bag/mix operator redesign.
There are many infixes devoted to preforming common operations on
There are many infixes devoted to performing common operations on
L<C<Set>s|Set>, such as unions and set differences. Other operations include
boolean checks, like whether an object is an element of a C<Set>, or whether
one C<Set> is a subset of another C<Set>.
Expand Down

0 comments on commit 1b8b5bc

Please sign in to comment.