minor fix in docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-06 21:48:38 +03:00
parent 582d24b9d4
commit e40bc58f77

View File

@ -188,7 +188,7 @@ c instanceof A // -> true
### Inheritance
```javascript
//
// Base <--- Item
// Base <--- Item <--- SubItem
//
var Base = object.Constructor('Base', {
proto_attr: 'prototype attr value',