We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66070d3 commit f381605Copy full SHA for f381605
doc/Type/Method.pod6
@@ -22,7 +22,7 @@ use the declarators C<my> and C<method>:
22
# OUTPUT«("a", "b", "c")(a b c)»
23
24
The invocant of a method defaults to C<self>. A type constraint including a
25
-type-smily can be used and is honored both for methods defined in a class and
+type-smiley can be used and is honored both for methods defined in a class and
26
for free floating methods. Call the latter with C<.&> on an object.
27
28
my method m(Int:D: $b){
0 commit comments