Update bitburner.ns.getweakentime.md

There is a reference to the grow function on line 25. Update to reference weaken.
This commit is contained in:
Eric Wright 2021-12-11 19:22:18 -06:00 committed by GitHub
parent ac3ed65e55
commit f2708e6772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,7 @@ getWeakenTime(host: string): number;
number
Returns the amount of time in milliseconds it takes to execute the grow Netscript function. Returns Infinity if called on a Hacknet Server.
Returns the amount of time in milliseconds it takes to execute the weaken Netscript function. Returns Infinity if called on a Hacknet Server.
## Remarks