aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/javascript/reference/global_objects/number
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/number')
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/number/epsilon/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/number/isfinite/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/number/issafeinteger/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/number/negative_infinity/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/number/positive_infinity/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/number/toprecision/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/number/tosource/index.html4
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/number/valueof/index.html4
8 files changed, 8 insertions, 24 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/number/epsilon/index.html b/files/pt-br/web/javascript/reference/global_objects/number/epsilon/index.html
index bc10fb3285..dd93119776 100644
--- a/files/pt-br/web/javascript/reference/global_objects/number/epsilon/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/number/epsilon/index.html
@@ -56,9 +56,7 @@ equal = (Math.abs(x - y + z) < Number.EPSILON);
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2>
-
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.builtins.Number.EPSILON")}}</p>
diff --git a/files/pt-br/web/javascript/reference/global_objects/number/isfinite/index.html b/files/pt-br/web/javascript/reference/global_objects/number/isfinite/index.html
index d4a86d3531..1e2afe4e8b 100644
--- a/files/pt-br/web/javascript/reference/global_objects/number/isfinite/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/number/isfinite/index.html
@@ -73,9 +73,7 @@ Number.isFinite(null); // false, teria sido true com a função
</tbody>
</table>
-<h2 id="Browser_compatibility">Browser compatibility</h2>
-
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.builtins.Number.isFinite")}}</p>
diff --git a/files/pt-br/web/javascript/reference/global_objects/number/issafeinteger/index.html b/files/pt-br/web/javascript/reference/global_objects/number/issafeinteger/index.html
index b6b9d823bc..d05abb5fa1 100644
--- a/files/pt-br/web/javascript/reference/global_objects/number/issafeinteger/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/number/issafeinteger/index.html
@@ -88,9 +88,7 @@ Number.isSafeInteger(3.0); // true
</tbody>
</table>
-<h2 id="Compatibilidade">Compatibilidade</h2>
-
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.builtins.Number.isSafeInteger")}}</p>
diff --git a/files/pt-br/web/javascript/reference/global_objects/number/negative_infinity/index.html b/files/pt-br/web/javascript/reference/global_objects/number/negative_infinity/index.html
index ca9531f930..6eb82d2865 100644
--- a/files/pt-br/web/javascript/reference/global_objects/number/negative_infinity/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/number/negative_infinity/index.html
@@ -68,9 +68,7 @@ if (smallNumber === Number.NEGATIVE_INFINITY) {
</tbody>
</table>
-<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2>
-
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.builtins.Number.NEGATIVE_INFINITY")}}</p>
diff --git a/files/pt-br/web/javascript/reference/global_objects/number/positive_infinity/index.html b/files/pt-br/web/javascript/reference/global_objects/number/positive_infinity/index.html
index b6ac31f1ec..e54b1b7e2d 100644
--- a/files/pt-br/web/javascript/reference/global_objects/number/positive_infinity/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/number/positive_infinity/index.html
@@ -76,9 +76,7 @@ if (bigNumber == Number.POSITIVE_INFINITY) {
</tbody>
</table>
-<h2 id="Compatibilidade_dos_browsers">Compatibilidade dos browsers</h2>
-
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.builtins.Number.POSITIVE_INFINITY")}}</p>
diff --git a/files/pt-br/web/javascript/reference/global_objects/number/toprecision/index.html b/files/pt-br/web/javascript/reference/global_objects/number/toprecision/index.html
index 643a0b9a08..d498fd84a8 100644
--- a/files/pt-br/web/javascript/reference/global_objects/number/toprecision/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/number/toprecision/index.html
@@ -89,9 +89,7 @@ console.log((1234.5).toPrecision(2)); // logs '1.2e+3'
</tbody>
</table>
-<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2>
-
-<p class="hidden">A tabela de compatibilidade nesta página foi gerada a partir de dados estruturados. Se você quiser contribuir para a base de dados, por favor, dê uma olhada em <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e envie-nos sua requisição.</p>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.builtins.Number.toPrecision")}}</p>
diff --git a/files/pt-br/web/javascript/reference/global_objects/number/tosource/index.html b/files/pt-br/web/javascript/reference/global_objects/number/tosource/index.html
index 8d10118b0a..4d9b36a743 100644
--- a/files/pt-br/web/javascript/reference/global_objects/number/tosource/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/number/tosource/index.html
@@ -35,9 +35,7 @@ Number.toSource()</pre>
<p>Não é parte de nenhuma especificação padrão. Implementado no JavaScript 1.3.</p>
-<h2 id="Browser_compatibility">Browser compatibility</h2>
-
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.builtins.Number.toSource")}}</p>
diff --git a/files/pt-br/web/javascript/reference/global_objects/number/valueof/index.html b/files/pt-br/web/javascript/reference/global_objects/number/valueof/index.html
index 7406994df7..b9b77f62e3 100644
--- a/files/pt-br/web/javascript/reference/global_objects/number/valueof/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/number/valueof/index.html
@@ -67,9 +67,7 @@ console.log(typeof num); // number
</tbody>
</table>
-<h2 id="Browser_compatibility">Browser compatibility</h2>
-
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.builtins.Number.valueOf")}}</p>