From c15b48864ac6cd7a5cb1ba23e4e555c9cdfe1328 Mon Sep 17 00:00:00 2001 From: Matt Mayer <152770+matthewmayer@users.noreply.github.com> Date: Sat, 21 Sep 2024 21:20:36 +0700 Subject: docs: fix definition names in 'Company Name Affix files reorganized' section of migration guide (#3125) --- docs/guide/upgrading.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/guide') 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. -- cgit v1.2.3