c++ core: Fix a typo in simple binary documentation.

This commit is contained in:
Ted Stein 2017-08-08 18:12:42 -07:00 коммит произвёл Christopher Warrington
Родитель 5391636d5b
Коммит f09b047212
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -36,8 +36,8 @@
string, wstring | count | characters |
'-------'------------'
count variable encoded uint32 count of 1-byte (for
string) or 2-byte (for wstring) Unicode code
count uint32 count of 1-byte (for string)
or 2-byte (for wstring) Unicode code
units (variable encoded in v2)
characters 1-byte UTF-8 code units (for string) or 2-byte