mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 05:00:35 +03:00
Docs: fix 'for signed integrals' appearing twice (#10626)
This commit is contained in:
parent
bea3184479
commit
a4d516a6d1
1 changed files with 1 additions and 1 deletions
|
@ -2078,7 +2078,7 @@ struct ProperCompare
|
||||||
/**
|
/**
|
||||||
|
|
||||||
Hook that reserves a special value as a "Not a Number" representative. For
|
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`.
|
reserved value is `T.max`.
|
||||||
|
|
||||||
The default value of a $(D Checked!(X, WithNaN)) is its NaN value, so care must
|
The default value of a $(D Checked!(X, WithNaN)) is its NaN value, so care must
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue