aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter van Oortmerssen <aardappel@gmail.com>2017-02-08 17:04:44 -0800
committerWouter van Oortmerssen <aardappel@gmail.com>2017-02-08 17:04:44 -0800
commit60b11435e62b759e8052452c0fe2be7cc1cb3033 (patch)
treeee4619a24dfaa39a107a7fb8532421b52449d240
parented2110d7b3e0920afdc94508c220aee79dd9dcff (diff)
downloadflatbuffers-60b11435e62b759e8052452c0fe2be7cc1cb3033.tar.gz
Fixed missing '
Change-Id: I25110bbb171a27626ec6416b810399069d590279
-rw-r--r--docs/source/FlexBuffers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/FlexBuffers.md b/docs/source/FlexBuffers.md
index bcdd6274..67c9b275 100644
--- a/docs/source/FlexBuffers.md
+++ b/docs/source/FlexBuffers.md
@@ -18,7 +18,7 @@ FlexBuffers can also be accessed without parsing / copying / object allocation.
This is a huge win in efficiency / memory friendly-ness, and allows unique
use cases such as mmap-ing large amounts of free-form data.
-FlexBuffers design and implementation allows for a very compact encoding,
+FlexBuffers' design and implementation allows for a very compact encoding,
combining automatic pooling of strings with automatic sizing of containers to
their smallest possible representation (8/16/32/64 bits). Many values and
offsets can be encoded in just 8 bits. While a schema-less representation is