minor: DesignForExtension documentation update

This commit is contained in:
Roman Ivanov 2016-04-15 10:01:52 -07:00
parent 6f2d94ae82
commit c8dbf41cd0
1 changed files with 1 additions and 1 deletions

View File

@ -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