minor: DesignForExtension documentation update
This commit is contained in:
parent
6f2d94ae82
commit
c8dbf41cd0
|
|
@ -72,7 +72,7 @@ method will never affect the behavior of any other method.
|
|||
</ul>
|
||||
|
||||
<p>
|
||||
Rationale: This API design style protects superclasses against
|
||||
Rationale: This library design style protects superclasses against
|
||||
being broken by subclasses. The downside is that subclasses are
|
||||
limited in their flexibility, in particular they cannot prevent
|
||||
execution of code in the superclass, but that also means that
|
||||
|
|
|
|||
Loading…
Reference in New Issue