We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cccec2 commit cd91150Copy full SHA for cd91150
content/programming-guides/proto3.md
@@ -227,7 +227,7 @@ from an input stream.
227
class instances.
228
* For **Kotlin**, in addition to the Java generated code, the compiler
229
generates a `.kt` file for each message type with an improved Kotlin API.
230
- This includes a DSL which simplies creating message instances, a nullable
+ This includes a DSL which simplifies creating message instances, a nullable
231
field accessor, and a copy function.
232
* **Python** is a little different — the Python compiler generates a module
233
with a static descriptor of each message type in your `.proto`, which is
0 commit comments