diff options
| author | Josh Soref <[email protected]> | 2021-08-17 23:07:13 -0400 |
|---|---|---|
| committer | Josh Soref <[email protected]> | 2021-08-18 11:20:29 -0400 |
| commit | df23532891463d616b5d0e27fc9a52da7242e788 (patch) | |
| tree | 4a60813b971c5309818126ea347665d058b85d5f /lib | |
| parent | 55f0b1fe5f1e4cd1ed57b4f173a6e34c41ba3fd2 (diff) | |
| download | faker-df23532891463d616b5d0e27fc9a52da7242e788.tar.xz faker-df23532891463d616b5d0e27fc9a52da7242e788.zip | |
spelling: circular
Signed-off-by: Josh Soref <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/address.js | 2 |
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. |
