mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
DOCUMENTATION: Fix wrong examples in NetscriptDefinitions.d.ts (#1309)
This commit is contained in:
@@ -28,6 +28,6 @@ This function allows the player to get a list of programs available for purchase
|
||||
|
||||
```js
|
||||
const programs = ns.singularity.getDarkwebPrograms();
|
||||
ns.tprint(`Available programs are: ${programs.split(", ")}`);
|
||||
ns.tprint(`Available programs are: ${programs}`);
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user