Skip to content

Commit b17f39f

Browse files
authored
typo
Or, alternatively, recreate the constructor property it manually: -> Or, alternatively, recreate the constructor property manually:
1 parent 9e593cc commit b17f39f

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)