mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
MISC: Fix typos and duplicating ms per cycle constant (#2436)
This commit is contained in:
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user