Merge pull request #719 from dagolinuxoid/patch-2

typo
This commit is contained in:
Ilya Kantor 2019-01-10 19:33:21 +03:00 committed by GitHub
commit 009257d1d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@ Rabbit.prototype.jumps = true
// the default Rabbit.prototype.constructor is preserved
```
Or, alternatively, recreate the `constructor` property it manually:
Or, alternatively, recreate the `constructor` property manually:
```js
Rabbit.prototype = {