We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf99e8f commit 760cc20Copy full SHA for 760cc20
doc/Type/Str.pod6
@@ -315,7 +315,7 @@ around character names is ignored.
315
316
Note that unlike C<\c[...]> construct available in string interpolation,
317
C<uniparse> does not accept decimal numerical values. Use L<chr> routine to
318
-covert those:
+convert those:
319
320
say "\c[1337]"; # OUTPUT: «Թ»
321
say '1337'.chr; # OUTPUT: «Թ»
0 commit comments