From f09b0472126d48e4f4100497f608c2d878b05028 Mon Sep 17 00:00:00 2001 From: Ted Stein Date: Tue, 8 Aug 2017 18:12:42 -0700 Subject: [PATCH] c++ core: Fix a typo in simple binary documentation. --- cpp/inc/bond/protocol/simple_binary.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/inc/bond/protocol/simple_binary.h b/cpp/inc/bond/protocol/simple_binary.h index 0a1e4668..0358f7c4 100644 --- a/cpp/inc/bond/protocol/simple_binary.h +++ b/cpp/inc/bond/protocol/simple_binary.h @@ -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