From 25f2a0326b1103c8a47a06156d43d71d2d72b7fa Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Mon, 19 Feb 2024 20:32:33 +0100 Subject: docs: more jsdoc fixes (#2668) --- src/modules/location/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/location') diff --git a/src/modules/location/index.ts b/src/modules/location/index.ts index 54766d8a..fee40fd2 100644 --- a/src/modules/location/index.ts +++ b/src/modules/location/index.ts @@ -629,9 +629,9 @@ export class LocationModule extends ModuleBase { * * @example * faker.location.longitude() // -30.9501 - * faker.location.longitude({ max: 10 }) // 5.7225 - * faker.location.longitude({ max: 10, min: -10 }) // -9.6273 - * faker.location.longitude({ max: 10, min: -10, precision: 5 }) // 2.68452 + * faker.location.longitude(10) // 5.7225 + * faker.location.longitude(10, -10) // -9.6273 + * faker.location.longitude(10, -10, 5) // 2.68452 * * @since 8.0.0 * -- cgit v1.2.3