Skip to content

Commit db59f31

Browse files
authored
Merge pull request #27 from vimarteleto/main
Update pt-BR.md
2 parents 118feac + 67d42e4 commit db59f31

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)