File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ export class Address {
329
329
* faker.address.latitude() // -30.9501
330
330
* faker.address.latitude(10, -10, 5) // 2.68452
331
331
*/
332
- // TODO @xDivisionBYZerox 2022-06-12 this signature should probably be an object for easyer maintainability
332
+ // TODO @xDivisionByZerox 2022-06-12 this signature should probably be an object for easier maintainability
333
333
latitude ( max : number = 90 , min : number = - 90 , precision : number = 4 ) : number {
334
334
return this . faker . datatype . number ( {
335
335
min,
@@ -349,7 +349,7 @@ export class Address {
349
349
* faker.address.longitude() // -154.0226
350
350
* faker.address.longitude(10, -10, 5) // -4.03620
351
351
*/
352
- // TODO @xDivisionBYZerox 2022-06-12 this signature should probably be an object for easyer maintainability
352
+ // TODO @xDivisionByZerox 2022-06-12 this signature should probably be an object for easier maintainability
353
353
longitude (
354
354
max : number = 180 ,
355
355
min : number = - 180 ,
You can’t perform that action at this time.
0 commit comments