Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix link (Fixup of 8059fdc)
There were two errors with that link and I only fixed one, oops!
  • Loading branch information
treyharris committed Mar 8, 2019
1 parent 8059fdc commit cffbb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Pair.pod6
Expand Up @@ -23,7 +23,7 @@ There are many syntaxes for creating C<Pair>s:
You can also use an I<identifier-like literal> as key; this will not need the
quotes as long as it follows the syntax of
L<ordinary identifiers|/syntax/identifiers.html#Ordinary_identifiers>:
L<ordinary identifiers|/syntax/identifiers#Ordinary_identifiers>:
(foo => 127) # the same foo => 127
Expand Down

0 comments on commit cffbb74

Please sign in to comment.