diff options
author | ingmrb <ingmrb@users.noreply.github.com> | 2015-11-01 02:24:00 -0300 |
---|---|---|
committer | ingmrb <ingmrb@users.noreply.github.com> | 2015-11-01 02:24:00 -0300 |
commit | a3b69a2275c343d4e5b4e58d6eb4010517e0eef9 (patch) | |
tree | c1296aabe44e9dfff4dd9aae63af24aabeef212f | |
parent | 5afae99b94e388191f87023f4607a475dfddca79 (diff) |
[javascript /es] typo
-rw-r--r-- | es-es/javascript-es.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/es-es/javascript-es.html.markdown b/es-es/javascript-es.html.markdown index 3273f7ad..9ef0c63e 100644 --- a/es-es/javascript-es.html.markdown +++ b/es-es/javascript-es.html.markdown @@ -476,7 +476,7 @@ typeof miNumero; // = 'number' typeof miNumeroObjeto; // = 'object' miNumero === miNumeroObjeyo; // = false if (0){ - // Este código no se ejecutara porque 0 es false. + // Este código no se ejecutará porque 0 es false. } // Aún así, los objetos que envuelven y los prototipos por defecto comparten |