Skip to content

Commit

Permalink
0.1.1: Fix args count in constructors
Browse files Browse the repository at this point in the history
 + Increased test coverage
  • Loading branch information
Download committed Apr 10, 2017
1 parent c1b2b76 commit 0742a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ don't pass a factory as the last argument to `mix`, it will use the first argume
when available, or create a new superclass automatically and use that to derive from. It will then
return a new class that derives from the superclass adding all the mixins that were passed.

The reurned class can be extended from to inherit all the mixins:
The returned class can be extended from to inherit all the mixins:

```js
class Duckish extends mix(Looker, Walker, Talker) {
Expand Down

0 comments on commit 0742a51

Please sign in to comment.