Skip to content

Commit ab537b4

Browse files
authored
Merge pull request #593 from mpodaniev/patch-6
Update article.md
2 parents 906c82c + 1a1f4e2 commit ab537b4

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)