From e1d8a24cdbf07015428d55771a75c8d395caf920 Mon Sep 17 00:00:00 2001 From: Meleipe Date: Mon, 11 Oct 2021 00:08:07 +0100 Subject: Update index.html (#2660) Small translation fix. It should state that it produces some other positive value (and not a negative one). --- .../javascript/reference/global_objects/string/localecompare/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/pt-br/web/javascript/reference/global_objects/string/localecompare/index.html b/files/pt-br/web/javascript/reference/global_objects/string/localecompare/index.html index 6e8892272a..e5330dd27f 100644 --- a/files/pt-br/web/javascript/reference/global_objects/string/localecompare/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/string/localecompare/index.html @@ -70,7 +70,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/localeCompare 'a'.localeCompare('c'); // -2 ou -1 (ou algum outro valor negativo) // Alfabeticamente, a palavra "verificar" vem depois de "contra", produzindo um valor positivo -'verificar'.localeCompare('contra'); // 2 ou 1 (ou algum outro valor negativo) +'verificar'.localeCompare('contra'); // 2 ou 1 (ou algum outro valor positivo) // "a" e "a" são equivalentes, resultando em um valor neutro de zero 'a'.localeCompare('a'); // 0 -- cgit v1.2.3-54-g00ecf