Skip to content

Commit 67d42e4

Browse files
authored
Update pt-BR.md
Correção da tradução sobre quantidade de parâmetros variáveis
1 parent 118feac commit 67d42e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translations/pt-BR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ function countParameters(string ...$options, string $param)
778778
// PHP Fatal error: Only the last parameter can be variadic
779779
```
780780

781-
Você pode definir um ou mais parâmetros variáveis:
781+
Você pode ter apenas um parâmetro variável:
782782

783783
```php
784784
function countParameters(string ...$options, string ...$moreOptions)

0 commit comments

Comments
 (0)