remove typo comment

This commit is contained in:
bymyself
2025-09-09 16:41:46 -07:00
parent d4c2e83e45
commit db5a68bc69

View File

@@ -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.