aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/definitions/company.ts6
1 files changed, 3 insertions, 3 deletions
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[];
}>;