Skip to content

Commit

Permalink
fix typo in qbool default value wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mbolotov authored Jul 1, 2024
1 parent 7f26a06 commit 8feb2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,7 @@ uint16 s = uBitSize(0); // s == 0
#### Quiet arithmetic
Operations with `qintN` / `quintN` return `NaN` instead of throwing integer overflow exceptions if the results do not fit in type, or if one of their arguments is a `NaN`. Default value for `qintN` / `quintN` is `0`, for `qint` - `false`.
Operations with `qintN` / `quintN` return `NaN` instead of throwing integer overflow exceptions if the results do not fit in type, or if one of their arguments is a `NaN`. Default value for `qintN` / `quintN` is `0`, for `qbool` - `false`.
##### qintN and quintN
Expand Down

0 comments on commit 8feb2c8

Please sign in to comment.