Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Pair.pod6: fix link
- Loading branch information
1 parent
64c55d4
commit 8059fdc
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
treyharris
Author
Contributor
|
||
| (foo => 127) # the same foo => 127 | ||
|
|
||
This should probably be
/syntax/identifiers#Ordinary_identifiers.