From df23532891463d616b5d0e27fc9a52da7242e788 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 17 Aug 2021 23:07:13 -0400 Subject: spelling: circular Signed-off-by: Josh Soref --- lib/address.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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. -- cgit v1.2.3