From 7a81eb11fc15e0e333f59d04aaa48e5a2dc9acd8 Mon Sep 17 00:00:00 2001 From: Mateus Henrique <75087028+mateushenrique-dev@users.noreply.github.com> Date: Mon, 6 Sep 2021 07:45:14 -0300 Subject: 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. --- files/pt-br/web/javascript/reference/functions/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files') 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) {
param
-
O nome de um argumento a ser passado para a função. Uma função pode ter até 255 argumentos.
+
O nome de um argumento a ser passado para a função.
@@ -101,7 +101,7 @@ function minhaFuncao(objeto) {
param
-
O nome de um argumento a ser passado para a função. Uma função pode ter até 255 argumentos.
+
O nome de um argumento a ser passado para a função.
-- cgit v1.2.3-54-g00ecf