Skip to content

Commit 584d0cd

Browse files
Update 1-js/08-prototypes/01-prototype-inheritance/4-hamster-proto/task.md
Co-authored-by: Osvaldo Dias dos Santos <osvaldo.msdsantos@yahoo.com>
1 parent 8ae513a commit 584d0cd

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-
// Esse aqui encontrou a comida
28+
// Este aqui encontrou a comida
2929
speedy.eat("maçã");
3030
alert( speedy.stomach ); // maçã
3131

0 commit comments

Comments
 (0)