Skip to content

Commit 760cc20

Browse files
committed
Fix typo
1 parent bf99e8f commit 760cc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Str.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ around character names is ignored.
315315
316316
Note that unlike C<\c[...]> construct available in string interpolation,
317317
C<uniparse> does not accept decimal numerical values. Use L<chr> routine to
318-
covert those:
318+
convert those:
319319
320320
say "\c[1337]"; # OUTPUT: «Թ␤»
321321
say '1337'.chr; # OUTPUT: «Թ␤»

0 commit comments

Comments
 (0)