mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
DOC: Fix parameter name in documentation (#525)
This commit is contained in:
parent
f3c32d70f2
commit
b72eb125f2
@ -42,7 +42,7 @@ export function influenceStockThroughServerHack(server: Server, moneyHacked: num
|
||||
* server is grown (grow()). The chance of the grow() to increase the stock's
|
||||
* second-order forecast is dependent on how much money is added to the server
|
||||
* @param {Server} server - Server being grow()n
|
||||
* @param {number} moneyHacked - Amount of money added to the server
|
||||
* @param {number} moneyGrown - Amount of money added to the server
|
||||
*/
|
||||
export function influenceStockThroughServerGrow(server: Server, moneyGrown: number): void {
|
||||
const orgName = server.organizationName;
|
||||
|
Loading…
Reference in New Issue
Block a user