Skip to content

Commit

Permalink
Merge pull request #453 from ralphtandetzky/patch-19
Browse files Browse the repository at this point in the history
Update operatoroverloading.dd
  • Loading branch information
AndrejMitrovic committed Dec 18, 2013
2 parents 52a5a35 + 93b4c53 commit a4abaa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions operatoroverloading.dd
Expand Up @@ -596,7 +596,7 @@ void test() {
were an array.
)

$(P If an index expression can be rewritten using opIndexAssign or opIndexOpAssign,
$(P If an index expression can be rewritten using $(D opIndexAssign) or $(D opIndexOpAssign),
those are preferred over opIndex.
)

Expand All @@ -623,8 +623,8 @@ void test() {
}
-------

$(P If a slice expression can be rewritten using opSliceAssign or opSliceOpAssign,
those are preferred over opSlice.
$(P If a slice expression can be rewritten using $(D opSliceAssign) or $(D opSliceOpAssign),
those are preferred over $(D opSlice).
)

$(H2 $(LNAME2 Dollar, Dollar Operator Overloading))
Expand Down

0 comments on commit a4abaa7

Please sign in to comment.