Skip to content

Commit

Permalink
Correct primitives to messages (#556)
Browse files Browse the repository at this point in the history
I think it was the intention to say messages rather than primtives here.
  • Loading branch information
jonaskello committed Apr 28, 2022
1 parent 6ae5c12 commit ad5f800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -784,4 +784,4 @@ Where (\*) indicates they might throw an error at runtime.
- Required primitives: use as-is, i.e. `string name = 1`.
- Optional primitives: use wrapper types, i.e. `StringValue name = 1`.
- Required messages: not available
- Optional primitives: use as-is, i.e. `SubMessage message = 1`.
- Optional messages: use as-is, i.e. `SubMessage message = 1`.

0 comments on commit ad5f800

Please sign in to comment.