Skip to content

Commit 8753464

Browse files
committed
slight pref. to amer-english
1 parent 07ebaeb commit 8753464

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/typesystem.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -768,10 +768,10 @@ Returns a list with key and value of the enum-pair.
768768
=for code :skip-test
769769
say g.kv; # OUTPUT: «(g 1)␤»
770770
771-
=head3 Coersion
771+
=head3 Coercion
772772
773-
If you want to coerse the value of an enum element to its proper
774-
enum object, use the coerser with the name of the enum:
773+
If you want to coerce the value of an enum element to its proper
774+
enum object, use the coercer with the name of the enum:
775775
776776
my enum A (sun => 42, mon => 72);
777777
A(72).say; # OUTPUT: «mon␤»

0 commit comments

Comments
 (0)