Skip to content

Commit 6b6060a

Browse files
author
Jan-Olof Hendig
committed
Fix typo in example output
1 parent 9f77ed7 commit 6b6060a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/utf8.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A C<utf8> is a subtype of Blob which is specifically uint8 data for holding UTF-
1010
encoded text.
1111
1212
my utf8 $b = "hello".encode;
13-
say $b[1].fmt("0x%X"); # OUTPUT: «0x69␤»
13+
say $b[1].fmt("0x%X"); # OUTPUT: «0x65␤»
1414
1515
=end pod
1616

0 commit comments

Comments
 (0)