aboutsummaryrefslogtreecommitdiff
path: root/lib/address.js
diff options
context:
space:
mode:
authorMarak <[email protected]>2021-10-19 14:53:16 -0400
committerGitHub <[email protected]>2021-10-19 14:53:16 -0400
commit29234378807c4141588861f69421bf20b5ac635e (patch)
treed44314518a7c801a546c49334c86fbd357b6142b /lib/address.js
parent282aae9e913861cd12e41e3a569f462143bf8ee5 (diff)
parent6669bcd6e3b8008fac786d54c5ccfc4fefa74769 (diff)
downloadfaker-6.0.0-alpha.0.tar.xz
faker-6.0.0-alpha.0.zip
Merge pull request #1217 from jsoref/spelling6.0.0-alpha.0
Spelling
Diffstat (limited to 'lib/address.js')
-rw-r--r--lib/address.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/address.js b/lib/address.js
index bf295ba2..2bd883c4 100644
--- a/lib/address.js
+++ b/lib/address.js
@@ -390,7 +390,7 @@ function Address (faker) {
radius = radius || 10.0;
isMetric = isMetric || false;
- // TODO: implement either a gaussian/uniform distribution of points in cicular region.
+ // TODO: implement either a gaussian/uniform distribution of points in circular region.
// Possibly include param to function that allows user to choose between distributions.
// This approach will likely result in a higher density of points near the center.