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
commit 14fef142c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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');
* }
* ```