Skip to content

Commit 1b8b5bc

Browse files
committed
Fix 2 typos
1 parent e660060 commit 1b8b5bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/setbagmix.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The six collection classes C<Set>, C<SetHash>, C<Bag>, C<BagHash>, C<Mix>,
5151
C<MixHash>, all share similar semantics.
5252
5353
For one thing, as far as they are concerned, identical objects refer to the
54-
same element – where identity is determined using the L<WHICH|/routine/WHICH> methods
54+
same element – where identity is determined using the L<WHICH|/routine/WHICH> method
5555
(i.e. the same way that the L<===> operator checks identity). For value
5656
types like C<Str>, this means having the same value; for reference types
5757
like C<Array>, it means referring to the same object instance.
@@ -72,7 +72,7 @@ associated weights are the 'values':
7272
7373
=comment TODO: Update this after ab5tract's set/bag/mix operator redesign.
7474
75-
There are many infixes devoted to preforming common operations on
75+
There are many infixes devoted to performing common operations on
7676
L<C<Set>s|Set>, such as unions and set differences. Other operations include
7777
boolean checks, like whether an object is an element of a C<Set>, or whether
7878
one C<Set> is a subset of another C<Set>.

0 commit comments

Comments
 (0)