diff options
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/weakmap')
4 files changed, 4 insertions, 4 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/weakmap/get/index.html b/files/pt-br/web/javascript/reference/global_objects/weakmap/get/index.html index fd35e8ce40..f163f4a781 100644 --- a/files/pt-br/web/javascript/reference/global_objects/weakmap/get/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/weakmap/get/index.html @@ -59,7 +59,7 @@ wm.get('baz'); // Returna undefined. </tbody> </table> -<h2 id="Compatibilidade_dos_navegadores">Compatibilidade dos navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/weakmap/has/index.html b/files/pt-br/web/javascript/reference/global_objects/weakmap/has/index.html index 4a6795c182..8c75189235 100644 --- a/files/pt-br/web/javascript/reference/global_objects/weakmap/has/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/weakmap/has/index.html @@ -62,7 +62,7 @@ wm.has('baz'); // retorna false </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> diff --git a/files/pt-br/web/javascript/reference/global_objects/weakmap/index.html b/files/pt-br/web/javascript/reference/global_objects/weakmap/index.html index 1069690348..081960516b 100644 --- a/files/pt-br/web/javascript/reference/global_objects/weakmap/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/weakmap/index.html @@ -112,7 +112,7 @@ wm1.has(o1); // false </tbody> </table> -<h2 id="Compatibilidade_com_browsers">Compatibilidade com browsers</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p><br> {{Compat("javascript.builtins.WeakMap")}}</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/weakmap/set/index.html b/files/pt-br/web/javascript/reference/global_objects/weakmap/set/index.html index 854f8ea816..153ce60324 100644 --- a/files/pt-br/web/javascript/reference/global_objects/weakmap/set/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/weakmap/set/index.html @@ -64,7 +64,7 @@ wm.set(obj, 'baz'); </tbody> </table> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> |