From 63e833317bab9ec287a862b9456c3656626882e7 Mon Sep 17 00:00:00 2001 From: zeddrak <57454318+zeddrak@users.noreply.github.com> Date: Mon, 31 Jan 2022 20:06:13 -0800 Subject: [PATCH] more otpys fuinction => function --- src/Server/ServerHelpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Server/ServerHelpers.ts b/src/Server/ServerHelpers.ts index f8635fa69..a16b6d1c8 100644 --- a/src/Server/ServerHelpers.ts +++ b/src/Server/ServerHelpers.ts @@ -97,7 +97,7 @@ export function numCycleForGrowthTransition(server: Server, growth: number, p: I * This function calculates the number of threads needed to grow a server from one $amount to a higher $amount * (ie, how many threads to grow this server from $200 to $600 for example). Used primarily for a formulas (or possibly growthAnalyze) * type of application. It lets you "theorycraft" and easily ask what-if type questions. It's also the one that implements the - * main thread calculation algorith, and so is the fuinction all helper functions should call. + * main thread calculation algorith, and so is the function all helper functions should call. * It protects the inputs (so putting in INFINITY for targetMoney will use moneyMax, putting in a negative for start will use 0, etc.) * @param server - Server being grown * @param targetMoney - How much you want the server grown TO (not by), for instance, to grow from 200 to 600, input 600