Skip to content

Commit e809719

Browse files
author
Jan-Olof Hendig
committed
Fix broken TITLE in utf8.pod6
1 parent 90389e3 commit e809719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/utf8.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=begin pod
22
3-
=TITLE class X<utf8|utf, class>
3+
=TITLE class utf8
44
55
=SUBTITLE Mutable uint8 buffer for utf8 binary data
6-
6+
X<|utf, class>
77
class utf8 does Blob[uint8] is repr('VMArray') {}
88
99
A C<utf8> is a subtype of Blob which is specifically uint8 data for holding UTF-8

0 commit comments

Comments
 (0)