typo
This commit is contained in:
parent
0ececcff87
commit
76512875eb
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
/*
|
/*
|
||||||
<br>
|
<br>
|
||||||
**Parasitical Inheritance**
|
**Parasitic Inheritance**
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
The following examples illustrate the common design pattern for `OxJS` UI
|
The following examples illustrate the common design pattern for `OxJS` UI
|
||||||
widgets: an inheritance model that is neither classical nor prototypal, but
|
widgets: an inheritance model that is neither classical nor prototypal, but
|
||||||
"parasitical" (a term coined by <a
|
"parasitic" (a term coined by <a
|
||||||
href="http://www.crockford.com/javascript/inheritance.html">Douglas
|
href="http://www.crockford.com/javascript/inheritance.html">Douglas
|
||||||
Crockford</a>).
|
Crockford</a>).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue