Skip to content

Commit

Permalink
Update src/datatype.ts
Browse files Browse the repository at this point in the history
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
  • Loading branch information
pkuczynski and ST-DDT committed Feb 1, 2022
1 parent 3633160 commit 521cb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datatype.ts
Expand Up @@ -77,7 +77,7 @@ export class Datatype {
/**
* Returns a single random floating-point number for the given precision or range and precision.
*
* @param options] Precision or options object.
* @param options Precision or options object.
* @param options.min Lower bound for generated number. Defaults to `0`.
* @param options.max Upper bound for generated number. Defaults to `99999`.
* @param options.precision Precision of the generated number. Defaults to `0.01`.
Expand Down

0 comments on commit 521cb05

Please sign in to comment.