aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTechProofreader <50762130+TechProofreader@users.noreply.github.com>2019-05-21 03:18:36 -0400
committerGitHub <noreply@github.com>2019-05-21 03:18:36 -0400
commit02a4c720c31af4e028469362b7e43b04ab2d2d4e (patch)
treefdb3e16ca460af2d8799f58daa4eef42e638e1f6 /docs
parentfcfc47d405113b59bd43c2e54daf5d9fe5c44593 (diff)
downloadprotobuf-02a4c720c31af4e028469362b7e43b04ab2d2d4e.tar.gz
Update performance.md
Even though I just proofread this file, I noticed one more thing that needed correcting, which I fixed. The word "genereated" had to be corrected to "generated". My apologies for missing this on the initial check.
Diffstat (limited to 'docs')
-rw-r--r--docs/performance.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/performance.md b/docs/performance.md
index 6bb0235ca..8734c700c 100644
--- a/docs/performance.md
+++ b/docs/performance.md
@@ -13,7 +13,7 @@ This table contains the results of three separate languages:
com.google.protobuf.ByteString.
* **InputStream** - This is for parsing from an InputStream.
* **Python** - For Python, there are three types of Python protobuf for testing:
- * **C++-genereated-code** - This is for using C++ generated code of the
+ * **C++-generated-code** - This is for using C++ generated code of the
proto file as a dynamic linked library.
* **C++-reflection** - This is for using C++ reflection, for which there's no
generated code, but still using C++ protobuf library as a dynamic linked