From 29379e8e49c8936706528d15ecf2702db1590770 Mon Sep 17 00:00:00 2001 From: shiyuge Date: Fri, 30 Apr 2021 01:05:55 +0800 Subject: [PATCH] fix typo in CppUsage.md (#6595) Thanks! --- docs/source/CppUsage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/CppUsage.md b/docs/source/CppUsage.md index 5b3a7a8ba..da7d1478a 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.