Merge pull request #3047 from DJ-Laser/patch-1

Fix typo (await ed => awaited)
This commit is contained in:
hydroflame
2022-03-01 10:49:40 -05:00
committed by GitHub

View File

@ -4134,7 +4134,7 @@ interface UserInterface {
* ns.getHostname();
* // Some related functions are gathered under a sub-property of the ns object
* ns.stock.getPrice();
* // Some functions need to be await ed
* // Some functions need to be awaited
* await ns.hack('n00dles');
* }
* ```