Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix broken L<>
  • Loading branch information
zoffixznet committed Nov 27, 2016
1 parent c94df2f commit 15aff17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/quoting.pod6
Expand Up @@ -190,7 +190,7 @@ say < 42 > ~~ Int; # True
say < 42 > ~~ Str; # Also True
The angle brackets quoting is like C<qw>, but with extra feature that lets you
construct C<allomorphs/language/glossary#index-entry-Allomorph> or literals
construct L<allomorphs|/language/glossary#index-entry-Allomorph> or literals
of certain numbers:
say <42 4/2 1e6 1+1i abc>.perl;
Expand Down

0 comments on commit 15aff17

Please sign in to comment.