Skip to content

Commit

Permalink
docs(number): remove wrong default value for float precision (#2299)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Aug 7, 2023
1 parent 0a6e6ef commit 7f0daf3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/number/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ export class NumberModule {
max?: number;
/**
* Precision of the generated number.
*
* @default 0.01
*/
precision?: number;
} = {}
Expand Down

0 comments on commit 7f0daf3

Please sign in to comment.