diff options
| author | Filipe Moraes <filipemoraes2210@gmail.com> | 2021-11-23 22:52:43 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-23 22:52:43 -0300 |
| commit | d6f5c055aab804e87367ab9633fb1e9a23c6e053 (patch) | |
| tree | 6b3f989e84570b1f9201210c25d4831c9dbaf75e /files/pt-br/web/javascript/guide/indexed_collections/index.html | |
| parent | 0b05ede585c6b6fa0c63083fb5d199a110d7d799 (diff) | |
| download | translated-content-d6f5c055aab804e87367ab9633fb1e9a23c6e053.tar.gz translated-content-d6f5c055aab804e87367ab9633fb1e9a23c6e053.tar.bz2 translated-content-d6f5c055aab804e87367ab9633fb1e9a23c6e053.zip | |
Fix Typos (#3190)
* fix: typos
* fix: another typo
Diffstat (limited to 'files/pt-br/web/javascript/guide/indexed_collections/index.html')
| -rw-r--r-- | files/pt-br/web/javascript/guide/indexed_collections/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/javascript/guide/indexed_collections/index.html b/files/pt-br/web/javascript/guide/indexed_collections/index.html index 07719a0535..8ff5f027e5 100644 --- a/files/pt-br/web/javascript/guide/indexed_collections/index.html +++ b/files/pt-br/web/javascript/guide/indexed_collections/index.html @@ -304,7 +304,7 @@ myArray.sort(sortFn); <ul> <li>se <code>a</code> for menor que <code>b</code> pelo sistema de ordenação, retorna -1 (ou qualquer número negativo)</li> <li>se <code>a</code> for maior que <code>b</code> pelo sistema de ordenação, retorna 1 (ou qualquer número positivo)</li> - <li>se <code>a</code> e <code>b</code> forem considerados equivalentes, returnará 0.</li> + <li>se <code>a</code> e <code>b</code> forem considerados equivalentes, retornará 0.</li> </ul> <p>{{jsxref("Array.indexOf", "indexOf(searchElement[, fromIndex])")}} busca <code>searchElement</code> no array e retorna o índice da primeira ocorrência.</p> |
