Skip to content

Commit 1a1f4e2

Browse files
authored
Update 1-js/08-prototypes/02-function-prototype/article.md
1 parent cb73007 commit 1a1f4e2

File tree

1 file changed

+1
-1
lines changed
  • 1-js/08-prototypes/02-function-prototype

1 file changed

+1
-1
lines changed

1-js/08-prototypes/02-function-prototype/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Rabbit.prototype.jumps = true
140140
// а тому дефолтне Rabbit.prototype.constructor зберігається
141141
```
142142

143-
чи по іншому, відновлюємо `constructor` ручним способом:
143+
чи по іншому, відновлюємо `constructor` вручну:
144144

145145
```js
146146
Rabbit.prototype = {

0 commit comments

Comments
 (0)