Skip to content

Commit 003458e

Browse files
committed
Traduction to ES language (Automatic Semicolon Insertion)
1 parent f11522e commit 003458e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/es/core/semicolon.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ insertarlos.
5454
})(window)
5555

5656
A continuación se muestra el resultado del juego de "adivinanzas"
57-
del analizadores sintácticos.
57+
del analizador.
5858

5959
(function(window, undefined) {
6060
function test(options) {
@@ -78,7 +78,7 @@ del analizadores sintácticos.
7878
}
7979
window.test = test; // <- insertado
8080

81-
// The lines got merged again
81+
// Las líneas se fusionaron de nuevo
8282
})(window)(function(window) {
8383
window.someLibrary = {}; // <- insertado
8484

0 commit comments

Comments
 (0)