Skip to content

Commit ec034a3

Browse files
author
Oxicode
committed
fix comment RUC
1 parent 6aac5a0 commit ec034a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/locales/es_PE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo $faker->ruc; // '20105895410'
1818

1919
```php
2020
// Generates a Peruvian REG. UNICO DE CONTRIBUYENTES (RUC) number
21-
echo $faker->ruc(true); // '20105895410'
21+
echo $faker->ruc(true); // '10105895410'
2222
```
2323

2424
### `Faker\Provider\es_PE\Company`

0 commit comments

Comments
 (0)