Skip to content

Commit cd91150

Browse files
author
Wesley Hartford
committed
Correct spelling
1 parent 8cccec2 commit cd91150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/programming-guides/proto3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ from an input stream.
227227
class instances.
228228
* For **Kotlin**, in addition to the Java generated code, the compiler
229229
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
230+
This includes a DSL which simplifies creating message instances, a nullable
231231
field accessor, and a copy function.
232232
* **Python** is a little different — the Python compiler generates a module
233233
with a static descriptor of each message type in your `.proto`, which is

0 commit comments

Comments
 (0)