aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJosh Soref <[email protected]>2021-08-17 23:07:13 -0400
committerJosh Soref <[email protected]>2021-08-18 11:20:29 -0400
commitdf23532891463d616b5d0e27fc9a52da7242e788 (patch)
tree4a60813b971c5309818126ea347665d058b85d5f /lib
parent55f0b1fe5f1e4cd1ed57b4f173a6e34c41ba3fd2 (diff)
downloadfaker-df23532891463d616b5d0e27fc9a52da7242e788.tar.xz
faker-df23532891463d616b5d0e27fc9a52da7242e788.zip
spelling: circular
Signed-off-by: Josh Soref <[email protected]>
Diffstat (limited to 'lib')
-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.