From d75b0ea6d5375c3290f24dfed9e49b5261a451ad Mon Sep 17 00:00:00 2001 From: Jan-Olof Hendig Date: Fri, 30 Jun 2017 17:55:47 +0200 Subject: [PATCH] Fixed broken link --- doc/Language/unicode.pod6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Language/unicode.pod6 b/doc/Language/unicode.pod6 index d2ab5379d..b414e6462 100644 --- a/doc/Language/unicode.pod6 +++ b/doc/Language/unicode.pod6 @@ -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 +the L or the parse-names method. say "DIGIT ONE".parse-names; # OUTPUT: «1␤»