Skip to content

Commit

Permalink
chore: apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Shinigami <[email protected]>
  • Loading branch information
ST-DDT and Shinigami92 authored Nov 2, 2022
1 parent 6a66cc8 commit 97476a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/datatype/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ export class DatatypeModule {
*
* **Note:**
* A probability of `0.75` results in `true` being returned `75%` of the calls; likewise `0.3` => `30%`.
* If the probability is zero or below, it will always return false.
* If the probability is one or above, it will always return true.
* If the probability is `<= 0.0`, it will always return `false`.
* If the probability is `>= 1.0`, it will always return `true`.
* The probability is limited to two decimal places.
* Please keep in mind that the result depends on the seed and is not random.
*
Expand Down

0 comments on commit 97476a5

Please sign in to comment.