From a4d516a6d197fd37cb63fb8a39af2948a07df2bb Mon Sep 17 00:00:00 2001 From: IchorDev <15670465+ichordev@users.noreply.github.com> Date: Sun, 19 Jan 2025 21:19:11 +1000 Subject: [PATCH] Docs: fix 'for signed integrals' appearing twice (#10626) --- std/checkedint.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/checkedint.d b/std/checkedint.d index 630ae4153..120a976f3 100644 --- a/std/checkedint.d +++ b/std/checkedint.d @@ -2078,7 +2078,7 @@ struct ProperCompare /** Hook that reserves a special value as a "Not a Number" representative. For -signed integrals, the reserved value is `T.min`. For signed integrals, the +signed integrals, the reserved value is `T.min`. For unsigned integrals, the reserved value is `T.max`. The default value of a $(D Checked!(X, WithNaN)) is its NaN value, so care must