Skip to content

Commit fc01cf7

Browse files
authored
Merge pull request #572 from milax/patch-1
Update task.md
2 parents 5ee0eed + 6c08bdb commit fc01cf7

File tree

1 file changed

+1
-1
lines changed
  • 1-js/08-prototypes/01-prototype-inheritance/4-hamster-proto

1 file changed

+1
-1
lines changed

1-js/08-prototypes/01-prototype-inheritance/4-hamster-proto/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let lazy = {
2525
__proto__: hamster
2626
};
2727

28-
// Цей хом’ячок знайшов їду
28+
// Цей хом’ячок знайшов їжу
2929
speedy.eat("apple");
3030
alert( speedy.stomach ); // apple
3131

0 commit comments

Comments
 (0)