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 05baf19 commit 5fe7ff6Copy full SHA for 5fe7ff6
content/programming-guides/encoding.md
@@ -296,7 +296,7 @@ Missing `optional` fields are easy to encode: we just leave out the record if
296
it's not present. This means that "huge" protos with only a few fields set are
297
quite sparse.
298
299
-`repeated` fields are a bit more compicated. Ordinary (not [packed](#packed))
+`repeated` fields are a bit more complicated. Ordinary (not [packed](#packed))
300
repeated fields emit one record for every element of the field. Thus, if we have
301
302
```proto
0 commit comments