Skip to content

Commit

Permalink
Fix formatting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dimo414 committed Feb 7, 2024
1 parent bbda0c3 commit 0c30771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ MyMessage.fromJsonString(jsonString);

Both methods take an optional second argument "options" of type `JsonReadOptions`:

- `ignoreUnknownFields `boolean`
- `ignoreUnknownFields: boolean`

Ignore unknown fields: Proto3 JSON parser should reject unknown fields
by default. This option ignores unknown fields in parsing.
Expand Down

0 comments on commit 0c30771

Please sign in to comment.