Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hide index entries and add :$
  • Loading branch information
gfldex committed Jul 8, 2016
1 parent 9567745 commit d1fee79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Pair.pod6
Expand Up @@ -10,7 +10,7 @@ Consists of two parts, a I<key> and a I<value>. C<Pair>s can be seen as the
atomic units in C<Hash>es, and they are also used in conjunction with named
arguments and parameters.
X<:> X<< => >> X<:!>
X<|:> X«| => » X<|:!> X<|:$>
There are many syntaxes for creating C<Pair>s:
Pair.new('key', 'value') # The canonical way
Expand Down

0 comments on commit d1fee79

Please sign in to comment.