aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2022-11-21 18:18:37 +0100
committerGitHub <[email protected]>2022-11-21 17:18:37 +0000
commit652d6eec7ed369fe242a71b53c8ddfd12a52a55e (patch)
tree55636c379171ec435a5c9d9d506402641d5c9be6
parent9cd716e891d3bb8d9a8f9d43899d0dcd161e1832 (diff)
downloadfaker-652d6eec7ed369fe242a71b53c8ddfd12a52a55e.tar.xz
faker-652d6eec7ed369fe242a71b53c8ddfd12a52a55e.zip
chore: fix company definition jsdocs (#1575)
-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[];
}>;