MISC: Fix typos and duplicating ms per cycle constant (#2436)

This commit is contained in:
gmcew
2025-12-29 00:09:35 +00:00
committed by GitHub
parent 3663b4507f
commit df6c507369
7 changed files with 11 additions and 7 deletions

View File

@@ -1986,7 +1986,7 @@ export interface Singularity {
* if (!success) ns.tprint(`ERROR: Failed to purchase ${programName}`);
* ```
* @param programName - Name of program to purchase.
* @returns True if the specified program is purchased, and false otherwise.
* @returns True if the specified program is purchased or if you already own it, and false otherwise.
*/
purchaseProgram(programName: string): boolean;