diff options
| author | Marcelo Shima <[email protected]> | 2023-08-07 13:27:35 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-07 18:27:35 +0200 |
| commit | 7f0daf3ddaa8956dc393964362eb696e23dc57d6 (patch) | |
| tree | 4530642d83bc9e21dd48b68b9e18acd0ea7dc15d /src/modules/number/index.ts | |
| parent | 0a6e6ef169ef4d47fd3855cd7f30f4a8bf15fdc4 (diff) | |
| download | faker-7f0daf3ddaa8956dc393964362eb696e23dc57d6.tar.xz faker-7f0daf3ddaa8956dc393964362eb696e23dc57d6.zip | |
docs(number): remove wrong default value for float precision (#2299)
Diffstat (limited to 'src/modules/number/index.ts')
| -rw-r--r-- | src/modules/number/index.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/number/index.ts b/src/modules/number/index.ts index 9472fb82..6e0774e1 100644 --- a/src/modules/number/index.ts +++ b/src/modules/number/index.ts @@ -126,8 +126,6 @@ export class NumberModule { max?: number; /** * Precision of the generated number. - * - * @default 0.01 */ precision?: number; } = {} |
