MISC: Fix typos in NetscriptDefinitions.d.ts (#1546)

This commit is contained in:
catloversg
2024-08-05 03:09:50 +07:00
committed by GitHub
parent 986ac0b627
commit e5a63b4116
24 changed files with 65 additions and 61 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ This function returns the decimal number of script threads you need when running
```js
// Calculate threadcount of a single hack that would take $100k from n00dles
// Calculate the thread count of a single hack that would take $100k from n00dles
const hackThreads = ns.hackAnalyzeThreads("n00dles", 1e5);
// Launching a script requires an integer thread count. The below would take less than the targeted $100k.