mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
DOCS: Fixed a typo in tutorial (#1201)
This commit is contained in:
@@ -69,7 +69,7 @@ Enter the following code in the [Script](../basic/scripts.md) editor:
|
||||
// In this case, it is set to the maximum amount of money.
|
||||
const moneyThresh = ns.getServerMaxMoney(target);
|
||||
|
||||
// Defines the maximum security level the target server can
|
||||
// Defines the minimum security level the target server can
|
||||
// have. If the target's security level is higher than this,
|
||||
// we'll weaken it before doing anything else
|
||||
const securityThresh = ns.getServerMinSecurityLevel(target);
|
||||
|
||||
Reference in New Issue
Block a user