c++ core: Fix a typo in simple binary documentation.
This commit is contained in:
Родитель
5391636d5b
Коммит
f09b047212
|
@ -36,8 +36,8 @@
|
||||||
string, wstring | count | characters |
|
string, wstring | count | characters |
|
||||||
'-------'------------'
|
'-------'------------'
|
||||||
|
|
||||||
count variable encoded uint32 count of 1-byte (for
|
count uint32 count of 1-byte (for string)
|
||||||
string) or 2-byte (for wstring) Unicode code
|
or 2-byte (for wstring) Unicode code
|
||||||
units (variable encoded in v2)
|
units (variable encoded in v2)
|
||||||
|
|
||||||
characters 1-byte UTF-8 code units (for string) or 2-byte
|
characters 1-byte UTF-8 code units (for string) or 2-byte
|
||||||
|
|
Загрузка…
Ссылка в новой задаче