Skip to content

Commit 5e4d15b

Browse files
authored
Merge pull request dlang#3586 from jtbx/spelling-fix
Fix spelling of word "overriding" in file operatoroverloading.dd
2 parents ff35c19 + 954f148 commit 5e4d15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/operatoroverloading.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ $(OL
431431
$(LI Otherwise, an error results.)
432432
)
433433

434-
$(P If overridding $(D Object.opEquals()) for classes, the class member
434+
$(P If overriding $(D Object.opEquals()) for classes, the class member
435435
function signature should look like:)
436436
---
437437
class C

0 commit comments

Comments
 (0)