mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-24 18:49:16 +01:00
[Misc] Add missing word in TSDoc
This commit is contained in:
parent
e8b1d0fd71
commit
e888cbd6fb
@ -22,7 +22,7 @@ import { randSeedItem, randSeedShuffle } from "#utils/common";
|
||||
* If the seed offset is greater than the number of choices, this will just choose a random element
|
||||
*
|
||||
* @param choices - The array of items to choose from
|
||||
* @param seedOffset - The offset into the array
|
||||
* @param seedOffset - The offset into the shuffled array
|
||||
* @param scene - (default {@linkcode globalScene}); The scene to use for random seeding
|
||||
* @returns A random item from the array that is guaranteed to be different from the previous result
|
||||
* @typeParam T - The type of items in the array
|
||||
|
||||
Loading…
Reference in New Issue
Block a user