diff --git a/src/utils/mathUtil.ts b/src/utils/mathUtil.ts index 953901dbf..8655451c5 100644 --- a/src/utils/mathUtil.ts +++ b/src/utils/mathUtil.ts @@ -13,7 +13,7 @@ export const gcd = (a: number, b: number): number => { } /** - * Finds the export least common multiple (LCM) for two numbers. + * Finds the least common multiple (LCM) for two numbers. * * @param a - The first number. * @param b - The second number.