Skip to content

Commit

Permalink
Fix typo in JSON format documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninbas committed Apr 29, 2020
1 parent 2426f4d commit 0a69227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/JSON_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ parser. The attributes for these objects are:
- `value`: only relevant if the `type` attribute is `hexstr`, in which case
it is the hexstring value for the transition, or `parse_vset`, in which case
it is the name of the corresponding parse value-set. Set to `null` if `type`
is `hexstr`.
is `default`.
- `mask`: only relevant if the `type` attribute is `hexstr` or `parse_vset`
(`null` if `type` is `default`). It can either be a hexstring (to be used as
a mask and ANDed with the key and the value) or `null`. For a parse
Expand Down

0 comments on commit 0a69227

Please sign in to comment.