Skip to content

Commit 009257d

Browse files
authored
Merge pull request #719 from dagolinuxoid/patch-2
typo
2 parents 9e593cc + b17f39f commit 009257d

File tree

1 file changed

+1
-1
lines changed
  • 1-js/07-object-oriented-programming/04-function-prototype

1 file changed

+1
-1
lines changed

1-js/07-object-oriented-programming/04-function-prototype/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Rabbit.prototype.jumps = true
139139
// the default Rabbit.prototype.constructor is preserved
140140
```
141141

142-
Or, alternatively, recreate the `constructor` property it manually:
142+
Or, alternatively, recreate the `constructor` property manually:
143143

144144
```js
145145
Rabbit.prototype = {

0 commit comments

Comments
 (0)