Skip to content

Commit bf393e2

Browse files
committed
Add link to casting integers
1 parent c1373bb commit bf393e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/expression.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ $(H3 $(LNAME2 integer_comparisons, Integer comparisons))
670670
$(P It is an error to have one operand be signed and the other
671671
unsigned for a $(D <), $(D <)$(D =), $(D >) or
672672
$(D >)$(D =) expression.
673-
Use casts to make both operands signed or both operands unsigned.
673+
Use $(RELATIVE_LINK2 cast_integers, casts) to make both operands signed or both operands unsigned.
674674
)
675675

676676
$(H3 $(LEGACY_LNAME2 floating_point_comparisons, floating-point-comparisons, Floating point comparisons))

0 commit comments

Comments
 (0)