mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33:49 +01:00
Merge pull request #3047 from DJ-Laser/patch-1
Fix typo (await ed => awaited)
This commit is contained in:
commit
14fef142c5
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -4134,7 +4134,7 @@ interface UserInterface {
|
|||||||
* ns.getHostname();
|
* ns.getHostname();
|
||||||
* // Some related functions are gathered under a sub-property of the ns object
|
* // Some related functions are gathered under a sub-property of the ns object
|
||||||
* ns.stock.getPrice();
|
* ns.stock.getPrice();
|
||||||
* // Some functions need to be await ed
|
* // Some functions need to be awaited
|
||||||
* await ns.hack('n00dles');
|
* await ns.hack('n00dles');
|
||||||
* }
|
* }
|
||||||
* ```
|
* ```
|
||||||
|
Loading…
Reference in New Issue
Block a user