Skip to content

Commit c15b488

Browse files
authored
docs: fix definition names in 'Company Name Affix files reorganized' section of migration guide (#3125)
1 parent dfbf6c4 commit c15b488

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guide/upgrading.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ We renamed the files to match their actual content instead of their hypothetical
199199
If you are using the public methods, no changes are required.
200200
You only need to change your code if you are accessing the raw definitions e.g. in `faker.helpers.fake()`.
201201

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` |
206206

207207
::: info Note
208208
In some locales `prefix`es and `suffix`es might have been swapped, so the mapping might be wrong for those.

0 commit comments

Comments
 (0)