From b55dab117b7cce3fb56b4095800cfb336df39d51 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Sun, 20 Nov 2022 11:14:39 +0100 Subject: [PATCH] chore: fix company definition jsdocs --- src/definitions/company.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/definitions/company.ts b/src/definitions/company.ts index 83806c7416c..354fc3c6601 100644 --- a/src/definitions/company.ts +++ b/src/definitions/company.ts @@ -25,7 +25,7 @@ export type CompanyDefinitions = LocaleEntry<{ adjective: string[]; /** - * Catchphrase adjectives. + * Catchphrase descriptors. */ descriptor: string[]; @@ -35,12 +35,12 @@ export type CompanyDefinitions = LocaleEntry<{ name_patterns: string[]; /** - * Catchphrase adjectives. + * Catchphrase nouns. */ noun: string[]; /** - * Company suffixes. + * Company/Business entity types. */ suffix: string[]; }>;