mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 22:59:14 +00:00
remove typo comment
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user