diff options
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/array/fill/index.html')
-rw-r--r-- | files/pt-br/web/javascript/reference/global_objects/array/fill/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/fill/index.html b/files/pt-br/web/javascript/reference/global_objects/array/fill/index.html index 8957bf3023..f58c1d8d8c 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/fill/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/fill/index.html @@ -109,7 +109,7 @@ Array(3).fill(4); // [4, 4, 4] </tbody> </table> -<h2 id="Compatibilidade_com_os_navegadores">Compatibilidade com os navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{Compat("javascript.builtins.Array.fill")}}</div> |