diff --git a/src/data/mystery-encounters/mystery-encounter.ts b/src/data/mystery-encounters/mystery-encounter.ts index cbccd4d47a8..804b86f9e38 100644 --- a/src/data/mystery-encounters/mystery-encounter.ts +++ b/src/data/mystery-encounters/mystery-encounter.ts @@ -636,8 +636,8 @@ export class MysteryEncounterBuilder implements Partial { /** * Sets the localization key used by the encounter - * @param localizationKey the localizationKey used for the encounter - * @returns + * @param localizationKey the string used as the key + * @returns `this` */ setLocalizationKey(localizationKey: string): this { this.localizationKey = localizationKey;