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 @@ -1711,7 +1711,7 @@ are always available. They are listed here in alphabetical order.
1711
1711
not found in statically compiled languages or languages that only support
1712
1712
single inheritance. This makes it possible to implement "diamond diagrams"
1713
1713
where multiple base classes implement the same method. Good design dictates
1714
- that this method have the same calling signature in every case (because the
1714
+ that such implementations have the same calling signature in every case (because the
1715
1715
order of calls is determined at runtime, because that order adapts
1716
1716
to changes in the class hierarchy, and because that order can include
1717
1717
sibling classes that are unknown prior to runtime).
You can’t perform that action at this time.
0 commit comments