From e888cbd6fba58f90319547563dccd711741bc6d6 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Thu, 18 Dec 2025 20:04:45 -0800 Subject: [PATCH] [Misc] Add missing word in TSDoc --- src/utils/random.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/random.ts b/src/utils/random.ts index 3a3d3ad0280..de2f3609a8c 100644 --- a/src/utils/random.ts +++ b/src/utils/random.ts @@ -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