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
@@ -27,7 +27,7 @@ This function allows the player to get a list of programs available for purchase
```js
const programs = ns.getDarkwebPrograms();
const programs = ns.singularity.getDarkwebPrograms();
ns.tprint(`Available programs are: ${programs.split(", ")}`);
```