File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ will be checked against the given code object.
576
576
# OUTPUT « X::TypeCheck::Assignment: Type check failed in assignment to $i; expected Positive but got Int (-42) … »
577
577
578
578
Subsets can be anonymous, allowing inline placements where a subset is required
579
- but a name is either needed or desireable .
579
+ but a name is either needed or desirable .
580
580
581
581
my enum E1 <A B>;
582
582
my enum E2 <C D>;
Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ for each category.
465
465
466
466
The mapper in above snippet produces single-item list (note the significant
467
467
trailing comma) with a two-item C < Array > in it. The first item in that array
468
- indicates the first level of classification: the C < largish > /C < smallsih >
468
+ indicates the first level of classification: the C < largish > /C < smallish >
469
469
categories the routine produces. The second item in that array indicates
470
470
further levels of classification, in our case the classification into
471
471
C < prime > /C < non-prime > inside of each category.
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ container to the invocant (see more details here: L<C<return-rw>|/syntax/return-
312
312
313
313
method take()
314
314
315
- Returns the invocant in the enlosing L < gather|/language/control#gather/take > block.
315
+ Returns the invocant in the enclosing L < gather|/language/control#gather/take > block.
316
316
317
317
sub insert($sep, +@list) {
318
318
gather for @list {
You can’t perform that action at this time.
0 commit comments