Skip to content

Commit

Permalink
Docs: fix 'for signed integrals' appearing twice (dlang#10626)
Browse files Browse the repository at this point in the history
  • Loading branch information
ichordev authored Jan 19, 2025
1 parent bea3184 commit a4d516a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/checkedint.d
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4d516a

Please sign in to comment.