Skip to content

Commit

Permalink
Update performance.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TechProofreader committed May 21, 2019
1 parent fcfc47d commit 02a4c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/performance.md
Expand Up @@ -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
Expand Down

0 comments on commit 02a4c72

Please sign in to comment.