Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Pair.pod6: fix link
  • Loading branch information
treyharris committed Mar 8, 2019
1 parent 64c55d4 commit 8059fdc
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/%20identifiers.html#Ordinary_identifiers>:
L<ordinary identifiers|/syntax/identifiers.html#Ordinary_identifiers>:

This comment has been minimized.

Copy link
@cfa

cfa Mar 8, 2019

Contributor

This should probably be /syntax/identifiers#Ordinary_identifiers.

This comment has been minimized.

Copy link
@treyharris

treyharris Mar 8, 2019

Author Contributor

Argh, indeed... I didn't notice there were two problems with the broken link. Thanks! Fixed in cffbb74.

(foo => 127) # the same foo => 127
Expand Down

0 comments on commit 8059fdc

Please sign in to comment.