diff options
author | Cesar Carbajo <cesar.carbajo.ferrero@gmail.com> | 2022-02-08 15:27:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 09:27:15 -0500 |
commit | 2a915fc90e4e9a840716578bc024ab27f5bbe837 (patch) | |
tree | 87c615af5de92c3963cf87fd4ac5992595aa25d2 /files/es | |
parent | 1ce3cd2dfffbda0e022bcf78df785cd58399ce06 (diff) | |
download | translated-content-2a915fc90e4e9a840716578bc024ab27f5bbe837.tar.gz translated-content-2a915fc90e4e9a840716578bc024ab27f5bbe837.tar.bz2 translated-content-2a915fc90e4e9a840716578bc024ab27f5bbe837.zip |
Update index.html (#4044)
Diffstat (limited to 'files/es')
-rw-r--r-- | files/es/web/javascript/reference/global_objects/object/setprototypeof/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/javascript/reference/global_objects/object/setprototypeof/index.html b/files/es/web/javascript/reference/global_objects/object/setprototypeof/index.html index d7b19fea89..1bfa3cbb0d 100644 --- a/files/es/web/javascript/reference/global_objects/object/setprototypeof/index.html +++ b/files/es/web/javascript/reference/global_objects/object/setprototypeof/index.html @@ -129,7 +129,7 @@ Object.appendChain(oCat, new Animal()); console.log(oCat.breathing); // 'yes' </pre> -<h4 id="Segundo_ejemplo_Transofrmando_un_valor_Primitivo_en_una_instancia_de_su_constructor_y_agregar_su_cadena_al_prototipo">Segundo ejemplo: Transofrmando un valor Primitivo en una instancia de su constructor y agregar su cadena al prototipo</h4> +<h4 id="Segundo_ejemplo_Transformando_un_valor_Primitivo_en_una_instancia_de_su_constructor_y_agregar_su_cadena_al_prototipo">Segundo ejemplo: Transformando un valor Primitivo en una instancia de su constructor y agregar su cadena al prototipo</h4> <pre class="brush: js">function Symbol() { this.isSymbol = 'yes'; |