Skip to content

Commit 6ba22af

Browse files
author
smcq
committed
grrr, I'm gonna have to proof read this in the morning, everyones found a typo =p
1 parent 1aff96a commit 6ba22af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Implement javascript prototypal inheritance in python. This
44
implementation will allow you to create new prototypes on the fly, or
55
set prototypes for classes.
66

7-
## Usage:
7+
## Usage
88

99
You can use it to make lightweight children from an existing object.
1010

@@ -21,7 +21,7 @@ You can use it to make static prototypes for classes.
2121

2222
obj2 = Child()
2323

24-
## Exlicit Generation
24+
## Explicit Generation
2525

2626
In some rare cases you must explicitly force a clone or a decorator to
2727
be created. If the object contains a `new` property you must

0 commit comments

Comments
 (0)