We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aff96a commit 6ba22afCopy full SHA for 6ba22af
readme.md
@@ -4,7 +4,7 @@ Implement javascript prototypal inheritance in python. This
4
implementation will allow you to create new prototypes on the fly, or
5
set prototypes for classes.
6
7
-## Usage:
+## Usage
8
9
You can use it to make lightweight children from an existing object.
10
@@ -21,7 +21,7 @@ You can use it to make static prototypes for classes.
21
22
obj2 = Child()
23
24
-## Exlicit Generation
+## Explicit Generation
25
26
In some rare cases you must explicitly force a clone or a decorator to
27
be created. If the object contains a `new` property you must
0 commit comments