From 652d6eec7ed369fe242a71b53c8ddfd12a52a55e Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Mon, 21 Nov 2022 18:18:37 +0100 Subject: chore: fix company definition jsdocs (#1575) --- src/definitions/company.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/definitions/company.ts b/src/definitions/company.ts index 83806c74..354fc3c6 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[]; }>; -- cgit v1.2.3