diff --git a/docs/docs/about/migration_guides/v8.20_to_v9.6.md b/docs/docs/about/migration_guides/v8.20_to_v9.6.md index c3f8ed737a..434088fad5 100644 --- a/docs/docs/about/migration_guides/v8.20_to_v9.6.md +++ b/docs/docs/about/migration_guides/v8.20_to_v9.6.md @@ -118,5 +118,5 @@ MODELS: ### Enforcing more unique names -* Fixed a bug where electrical consumers were allowed to have duplicate names. Also the following elements must also -have duplicate names: `MODELS`, `FACILITY_INPUT`, `TIME_SERIES`, `FUEL_TYPES` and `EMISSIONS` names. +* Fixed a bug where electrical consumers are required to have **UNIQUE** names. +* The following elements **MUST** also have **UNIQUE** names: `MODELS`, `FACILITY_INPUT`, `TIME_SERIES`, `FUEL_TYPES` and `EMISSIONS` names.