aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric Cheng <[email protected]>2022-05-09 02:11:52 -0400
committerGitHub <[email protected]>2022-05-09 08:11:52 +0200
commitc06038da92102573de85074230065dda75229ec0 (patch)
tree9ff7e2bb90e65a557cb4fb0a18f7bc5c91ac382f /src
parentcf852f7e6534914de83927d1a7d278a42cdba145 (diff)
downloadfaker-c06038da92102573de85074230065dda75229ec0.tar.xz
faker-c06038da92102573de85074230065dda75229ec0.zip
docs: consistent capitalization of crypto methods (#937)
Diffstat (limited to 'src')
-rw-r--r--src/modules/finance/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/finance/index.ts b/src/modules/finance/index.ts
index e73f7225..eb36482b 100644
--- a/src/modules/finance/index.ts
+++ b/src/modules/finance/index.ts
@@ -205,7 +205,7 @@ export class Finance {
}
/**
- * Generates a random bitcoin address.
+ * Generates a random Bitcoin address.
*
* @example
* faker.finance.bitcoinAddress() // '3ySdvCkTLVy7gKD4j6JfSaf5d'
@@ -224,7 +224,7 @@ export class Finance {
}
/**
- * Generates a random litecoin address.
+ * Generates a random Litecoin address.
*
* @example
* faker.finance.litecoinAddress() // 'MoQaSTGWBRXkWfyxKbNKuPrAWGELzcW'
@@ -315,7 +315,7 @@ export class Finance {
}
/**
- * Generates a random ethereum Address.
+ * Generates a random Ethereum address.
*
* @example
* faker.finance.ethereumAddress() // '0xf03dfeecbafc5147241cc4c4ca20b3c9dfd04c4a'