mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 17:23:00 +02:00
DOCUMENTATION: Fix wrong examples in NetscriptDefinitions.d.ts (#1295)
This commit is contained in:
@@ -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(", ")}`);
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user