Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Just fixing some typographic error
  • Loading branch information
JJ committed Jul 29, 2018
1 parent f94b0a3 commit 5d247af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/Type/Signature.pod6
Expand Up @@ -675,7 +675,9 @@ variable name:
X<|aliases>
=head2 Argument aliases
The L<colon-pair|/type/Pair> syntax can be used to provide aliases for arguments:
The L<colon-pair|/type/Pair> syntax can be used to provide aliases for
arguments:
sub alias-named(:color(:$colour), :type(:class($kind))) {
say $colour ~ " " ~ $kind
Expand Down

0 comments on commit 5d247af

Please sign in to comment.