DOCUMENTATION: Fix wrong examples in NetscriptDefinitions.d.ts (#1295)

This commit is contained in:
catloversg
2024-05-23 15:42:47 +07:00
committed by GitHub
parent 81a707123e
commit 30c04f8152
11 changed files with 26 additions and 26 deletions
@@ -40,7 +40,7 @@ Note that creating a program using this function has the same hacking level requ
```js
const programName = "BruteSSH.exe";
const success = ns.createProgram(programName);
const success = ns.singularity.createProgram(programName);
if (!success) ns.tprint("ERROR: Failed to start working on ${programName}")
```