Skip to content

Commit 86e56be

Browse files
authored
Update Sub.pod6
1 parent 7588852 commit 86e56be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Sub.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ with complex arguments.
4343
my $x is foo[1,2,3,:named<a>, :2b, :3c] = 1
4444
# OUTPUT«[1 [2 3] a {b => 2, c => 3}]␤»
4545
46-
Despite its funky syntax, a trait is just a normal C<Sub>. We an apply traits
46+
Despite its funky syntax, a trait is just a normal C<Sub>. We can apply traits
4747
to it (or even themselves) and we can apply traits to objects at runtime.
4848
4949
multi sub trait_mod:<is> (Sub $s, :$foo) is foo {

0 commit comments

Comments
 (0)