Skip to content

Commit f643d01

Browse files
committed
fix spelling, grammar, ignore new code
1 parent 8fcc090 commit f643d01

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/Language/typesystem.pod6

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ L<//|/language/operators#infix_//>,
5353
L<with/without|/language/control#with,_orwith,_without> and
5454
L<signatures|/type/Signature#Constraining_Defined_and_Undefined_Values>.
5555
56-
=head3 Coersion
56+
=head3 Coercion
5757
58-
Turning one type into another is done with coersion methods that have the same
58+
Turning one type into another is done with coercion methods that have the same
5959
name then the target type. This convention is made mandatory by
6060
L<Signatures|/type/Signature#Coercion_Type>. The source type has to know how to
61-
turn itself into the target type. To allow build-in types to turn themself into
61+
turn itself into the target type. To allow build-in types to turn themselves into
6262
user defined types use L<augment|/language/variables#The_augment_Declarator>.
6363
6464
class C {
@@ -77,8 +77,8 @@ user defined types use L<augment|/language/variables#The_augment_Declarator>.
7777
# OUTPUT«oioioioioioioioioioi‽␤»
7878
7979
Perl 6 provides methods defined in L<Cool|/type/Cool> to convert to a target
80-
type before applying further operations. Most build-in types decend from
81-
C<Cool> and as such may provide implicit coersion that may be undesired. It is
80+
type before applying further operations. Most build-in types descend from
81+
C<Cool> and as such may provide implicit coercion that may be undesired. It is
8282
the responsibility of the user to care about trap-free usage of those
8383
methods.
8484

xt/code.pws

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ notthere
191191
obai
192192
objs
193193
ohai
194+
oioioioioioioioioioi
194195
ol
195196
onceuponatime
196197
ooooo

0 commit comments

Comments
 (0)