Skip to content

Commit 7aba064

Browse files
authored
Update README.md
1 parent 971869b commit 7aba064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ Object has 1byte unsigned byte as member count in header. Member count allows `0
560560

561561
`[int length, values...]`
562562

563-
Collection has 4byte signed interger as data count in header, `-1` represents `null`. Values store memorypack value for the number of length.
563+
Collection has 4byte signed interger as data count in header, `-1` represents `null`. Values store memorypack value for the number of length. String is collection(serialize as `ReadOnlySpan<char>`, in other words, UTF16).
564564

565565
### Union
566566

0 commit comments

Comments
 (0)