Skip to content

Commit

Permalink
Fix typo in operatoroverloading.dd
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarKirov committed Jan 5, 2016
1 parent 6eed593 commit 82ef7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/operatoroverloading.dd
Expand Up @@ -389,7 +389,7 @@ $(H3 $(LNAME2 compare, Overloading $(D <), $(D <)$(D =), $(D >), and $(D >)$(D =

$(P Comparison operations are rewritten as follows:)

$(TABLE2 Overloadable Unary Operators,
$(TABLE2 Rewritting of comparison operations,
$(THEAD comparison, rewrite 1, rewrite 2)
$(TROW $(D a) $(D <) $(D b), $(D a.opCmp(b)) $(D <)
$(D 0), $(ARGS $(D b.opCmp(a)) $(D >) $(D 0)))
Expand Down

0 comments on commit 82ef7e2

Please sign in to comment.