Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/programming-guides/proto3.md
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ map<string, Project> projects = 3;

### Maps Features {#maps-features}

* Map fields cannot be `repeated`.
* Map fields cannot be `repeated` or `optional`.
* Wire format ordering and map iteration ordering of map values is undefined,
so you cannot rely on your map items being in a particular order.
* When generating text format for a `.proto`, maps are sorted by key. Numeric
Expand Down