Skip to content

Commit e74ca67

Browse files
authored
Merge pull request #114 from maniart/patch-1
Small typo
2 parents 8ad7e41 + 5e788c5 commit e74ca67

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
@@ -75,7 +75,7 @@ function Rabbit() {}
7575
alert( Rabbit.prototype.constructor == Rabbit ); // true
7676
```
7777

78-
Naturally, it we do nothing, the `constructor` property is available to all rabbits through `[[Prototype]]`:
78+
Naturally, if we do nothing, the `constructor` property is available to all rabbits through `[[Prototype]]`:
7979

8080
```js run
8181
function Rabbit() {}

0 commit comments

Comments
 (0)