Skip to content

Commit e96fe4a

Browse files
authored
Лексическая ошибка (#2070)
fix: correct spelling in prototype methods task.md ru
2 parents 79ec141 + 49a8bf9 commit e96fe4a

File tree

1 file changed

+1
-1
lines changed
  • 1-js/08-prototypes/04-prototype-methods/3-compare-calls

1 file changed

+1
-1
lines changed

1-js/08-prototypes/04-prototype-methods/3-compare-calls/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Rabbit.prototype.sayHi = function() {
1717
let rabbit = new Rabbit("Rabbit");
1818
```
1919

20-
Все эти вызовы делают одно и тоже или нет?
20+
Все эти вызовы делают одно и то же или нет?
2121

2222
```js
2323
rabbit.sayHi();

0 commit comments

Comments
 (0)