Skip to content

Commit

Permalink
make index entry user friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
gfldex committed Feb 19, 2017
1 parent ad90a3c commit fdf275a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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<|colon-pair (Pair)>
X<|colon pair (Pair)>
X<|:> X«| => » X<|:!> X<|:$>
There are many syntaxes for creating C<Pair>s:
Expand All @@ -26,7 +26,7 @@ Variants of this are
:key; # same as key => True
:!key; # same as key => False
X<|colon-list (Pair)>
X<|colon list (Pair)>
Colon pairs can be chained without a comma to create a List of Pairs. Depending
on context you may have to be explicit when assigning colon lists.
Expand Down

0 comments on commit fdf275a

Please sign in to comment.