Skip to content

Commit b0b3389

Browse files
committed
Merge branch 'master' into spellcheck
2 parents 9d09fff + bc3fc47 commit b0b3389

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/Language/typesystem.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ will be checked against the given code object.
576576
# OUTPUT«X::TypeCheck::Assignment: Type check failed in assignment to $i; expected Positive but got Int (-42)␤ …»
577577
578578
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.
580580
581581
my enum E1 <A B>;
582582
my enum E2 <C D>;

doc/Type/Hash.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ for each category.
465465
466466
The mapper in above snippet produces single-item list (note the significant
467467
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>
469469
categories the routine produces. The second item in that array indicates
470470
further levels of classification, in our case the classification into
471471
C<prime>/C<non-prime> inside of each category.

doc/Type/Mu.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ container to the invocant (see more details here: L<C<return-rw>|/syntax/return-
312312
313313
method take()
314314
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.
316316
317317
sub insert($sep, +@list) {
318318
gather for @list {

0 commit comments

Comments
 (0)