aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/javascript/reference
diff options
context:
space:
mode:
authorMateus Henrique <75087028+mateushenrique-dev@users.noreply.github.com>2021-09-06 07:45:14 -0300
committerGitHub <noreply@github.com>2021-09-06 07:45:14 -0300
commit7a81eb11fc15e0e333f59d04aaa48e5a2dc9acd8 (patch)
tree52deb0dda6af224de314bf0490d6201800d0a02d /files/pt-br/web/javascript/reference
parent32a5b9a96140822da4592d7ac17747fb83675ae7 (diff)
downloadtranslated-content-7a81eb11fc15e0e333f59d04aaa48e5a2dc9acd8.tar.gz
translated-content-7a81eb11fc15e0e333f59d04aaa48e5a2dc9acd8.tar.bz2
translated-content-7a81eb11fc15e0e333f59d04aaa48e5a2dc9acd8.zip
A function has no argument limits. (#2290)
In the English version it doesn't say anything about argument limits in a function, so it would be correct to remove that part.
Diffstat (limited to 'files/pt-br/web/javascript/reference')
-rw-r--r--files/pt-br/web/javascript/reference/functions/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/javascript/reference/functions/index.html b/files/pt-br/web/javascript/reference/functions/index.html
index dd0de1a128..9786b8434a 100644
--- a/files/pt-br/web/javascript/reference/functions/index.html
+++ b/files/pt-br/web/javascript/reference/functions/index.html
@@ -77,7 +77,7 @@ function minhaFuncao(objeto) {
<dl>
<dt><code>param</code></dt>
- <dd>O nome de um argumento a ser passado para a função. Uma função pode ter até 255 argumentos.</dd>
+ <dd>O nome de um argumento a ser passado para a função.</dd>
</dl>
<dl>
@@ -101,7 +101,7 @@ function minhaFuncao(objeto) {
<dl>
<dt><code>param</code></dt>
- <dd>O nome de um argumento a ser passado para a função. Uma função pode ter até 255 argumentos.</dd>
+ <dd>O nome de um argumento a ser passado para a função.</dd>
</dl>
<dl>