We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aac5a0 commit ec034a3Copy full SHA for ec034a3
docs/locales/es_PE.md
@@ -18,7 +18,7 @@ echo $faker->ruc; // '20105895410'
18
19
```php
20
// Generates a Peruvian REG. UNICO DE CONTRIBUYENTES (RUC) number
21
-echo $faker->ruc(true); // '20105895410'
+echo $faker->ruc(true); // '10105895410'
22
```
23
24
### `Faker\Provider\es_PE\Company`
0 commit comments