Skip to content

Commit

Permalink
Fix typo in random.choice docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mxr authored Aug 11, 2023
1 parent 56ec13a commit ea29259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/random.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,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 ea29259

Please sign in to comment.