Skip to content

Commit 467b5e3

Browse files
authored
Update article.md
1 parent d5651cd commit 467b5e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/08-prototypes/01-prototype-inheritance

1-js/08-prototypes/01-prototype-inheritance/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ let rabbit = {
4747
rabbit.__proto__ = animal; // (*)
4848
*/!*
4949

50-
// podemos encontrar ambas propiedades en conejo ahora:
50+
// Ahora podemos encontrar ambas propiedades en conejo:
5151
*!*
5252
alert( rabbit.eats ); // verdadero (**)
5353
*/!*

0 commit comments

Comments
 (0)