Skip to content

Commit 0c3f43a

Browse files
authored
Merge pull request protocolbuffers#6158 from TechProofreader/patch-2
Update performance.md
2 parents fcfc47d + 02a4c72 commit 0c3f43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This table contains the results of three separate languages:
1313
com.google.protobuf.ByteString.
1414
* **InputStream** - This is for parsing from an InputStream.
1515
* **Python** - For Python, there are three types of Python protobuf for testing:
16-
* **C++-genereated-code** - This is for using C++ generated code of the
16+
* **C++-generated-code** - This is for using C++ generated code of the
1717
proto file as a dynamic linked library.
1818
* **C++-reflection** - This is for using C++ reflection, for which there's no
1919
generated code, but still using C++ protobuf library as a dynamic linked

0 commit comments

Comments
 (0)