diff options
Diffstat (limited to 'lib/address.js')
| -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. |
