Skip to content

Commit f381605

Browse files
committed
fix typo
1 parent 66070d3 commit f381605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Method.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use the declarators C<my> and C<method>:
2222
# OUTPUT«("a", "b", "c")␤(a b c)␤»
2323
2424
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
25+
type-smiley can be used and is honored both for methods defined in a class and
2626
for free floating methods. Call the latter with C<.&> on an object.
2727
2828
my method m(Int:D: $b){

0 commit comments

Comments
 (0)