File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1627,7 +1627,7 @@ are always available. They are listed here in alphabetical order.
1627
1627
not found in statically compiled languages or languages that only support
1628
1628
single inheritance. This makes it possible to implement "diamond diagrams"
1629
1629
where multiple base classes implement the same method. Good design dictates
1630
- that this method have the same calling signature in every case (because the
1630
+ that such implementations have the same calling signature in every case (because the
1631
1631
order of calls is determined at runtime, because that order adapts
1632
1632
to changes in the class hierarchy, and because that order can include
1633
1633
sibling classes that are unknown prior to runtime).
You can’t perform that action at this time.
0 commit comments