Skip to content

Commit

Permalink
[DOCS] Typo fix (theengs#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH authored Nov 27, 2023
1 parent 0284e91 commit 9d96daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/participate/adding-decoders.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ The other parameters for the first three functions are:
- 24, The index of the data source where the value exists.
- 4, The length of the data in bytes (characters in the string).
and additional boolean parameters applicable to the first two functions:
- true/false, If the value in the data source should have it's endianness reversed before converting.
- true/false, If the value in the data source should have its endianness reversed before converting.
- (optional)true/false, Sets if the resulting value can be a negative number. Defaults to true when omitted.
- (optional)false/true, Sets if the "value_from_hex_data" decoding result is a `float` instead of an `integer` type. Defaults to false when omitted.

Expand Down

0 comments on commit 9d96daf

Please sign in to comment.