Docs: fix 'for signed integrals' appearing twice (#10626)

This commit is contained in:
IchorDev 2025-01-19 21:19:11 +10:00 committed by GitHub
parent bea3184479
commit a4d516a6d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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