aboutsummaryrefslogtreecommitdiff
path: root/docs/guide/upgrading.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide/upgrading.md')
-rw-r--r--docs/guide/upgrading.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/guide/upgrading.md b/docs/guide/upgrading.md
index 9eae4269..155107b4 100644
--- a/docs/guide/upgrading.md
+++ b/docs/guide/upgrading.md
@@ -199,10 +199,10 @@ We renamed the files to match their actual content instead of their hypothetical
If you are using the public methods, no changes are required.
You only need to change your code if you are accessing the raw definitions e.g. in `faker.helpers.fake()`.
-| Before | After |
-| ------------------------- | -------------------------------------- |
-| `location.company.prefix` | `location.company.category` |
-| `location.company.suffix` | `location.direction.legal_entity_type` |
+| Before | After |
+| ---------------- | --------------------------- |
+| `company.prefix` | `company.category` |
+| `company.suffix` | `company.legal_entity_type` |
::: info Note
In some locales `prefix`es and `suffix`es might have been swapped, so the mapping might be wrong for those.