summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorshiyuge <shiyuge@outlook.com>2021-04-30 01:05:55 +0800
committerGitHub <noreply@github.com>2021-04-29 10:05:55 -0700
commit29379e8e49c8936706528d15ecf2702db1590770 (patch)
treeaf539cfa46b6e934b280f6af680e6546601bc313 /docs
parent14725d6c3b901f210ee08715fb5c359369bcf3ef (diff)
downloadflatbuffers-29379e8e49c8936706528d15ecf2702db1590770.tar.gz
flatbuffers-29379e8e49c8936706528d15ecf2702db1590770.tar.bz2
flatbuffers-29379e8e49c8936706528d15ecf2702db1590770.zip
fix typo in CppUsage.md (#6595)
Thanks!
Diffstat (limited to 'docs')
-rw-r--r--docs/source/CppUsage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/CppUsage.md b/docs/source/CppUsage.md
index 5b3a7a8b..da7d1478 100644
--- a/docs/source/CppUsage.md
+++ b/docs/source/CppUsage.md
@@ -327,7 +327,7 @@ And example of usage, for the time being, can be found in
## Mini Reflection
A more limited form of reflection is available for direct inclusion in
-generated code, which doesn't any (binary) schema access at all. It was designed
+generated code, which doesn't do any (binary) schema access at all. It was designed
to keep the overhead of reflection as low as possible (on the order of 2-6
bytes per field added to your executable), but doesn't contain all the
information the (binary) schema contains.