Skip to content

Commit

Permalink
Fixed broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Olof Hendig committed Jun 30, 2017
1 parent 32b2ebc commit d75b0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/unicode.pod6
Expand Up @@ -22,7 +22,7 @@ All Unicode codepoint names/named seq/emoji sequences are now case-insensitive:
say "\c[latin capital letter E]"; # OUTPUT: «E␤» (U+0045)
In addition to using C<\c[]> inside interpolated strings, you can also use
the L<parse-names routine|routine/parse-names#(Str)_routine_parse-names>
the L<parse-names routine|/type/Str#routine_parse-names>
or the parse-names method.
say "DIGIT ONE".parse-names; # OUTPUT: «1␤»
Expand Down

0 comments on commit d75b0ea

Please sign in to comment.