From 8feb2c87abd1b9d3e3be6f984e86523c05d56e8d Mon Sep 17 00:00:00 2001 From: Mikhail Bolotov Date: Mon, 1 Jul 2024 20:21:11 +0300 Subject: [PATCH] fix typo in qbool default value wording --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 5b12f334..2ed1c4a9 100644 --- a/API.md +++ b/API.md @@ -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