Skip to content

Commit

Permalink
Merge pull request #57 from mxr/mxr-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit authored Sep 3, 2024
2 parents 82f1ac1 + 7254099 commit de1e475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Type: `function (): boolean`

#### [choice](https://github.com/transitive-bullshit/random/blob/fcead1d157da7b3551e25b1ba8d4b0787d608f07/src/random.ts#L229)

Returns an item chosen uniformly at trandom from the given array.
Returns an item chosen uniformly at random from the given array.

Convence wrapper around `random.uniformInt()`

Expand Down
2 changes: 1 addition & 1 deletion src/random.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export class Random {
}

/**
* Returns an item chosen uniformly at trandom from the given array.
* Returns an item chosen uniformly at random from the given array.
*
* Convence wrapper around `random.uniformInt()`
*
Expand Down

0 comments on commit de1e475

Please sign in to comment.