File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -199,10 +199,10 @@ We renamed the files to match their actual content instead of their hypothetical
199
199
If you are using the public methods, no changes are required.
200
200
You only need to change your code if you are accessing the raw definitions e.g. in ` faker.helpers.fake() ` .
201
201
202
- | Before | After |
203
- | ------------------------- | ----------- --------------------------- |
204
- | ` location. company.prefix` | ` location. company.category` |
205
- | ` location. company.suffix` | ` location.direction .legal_entity_type` |
202
+ | Before | After |
203
+ | ---------------- | --------------------------- |
204
+ | ` company.prefix ` | ` company.category ` |
205
+ | ` company.suffix ` | ` company .legal_entity_type` |
206
206
207
207
::: info Note
208
208
In some locales ` prefix ` es and ` suffix ` es might have been swapped, so the mapping might be wrong for those.
You can’t perform that action at this time.
0 commit comments