From 32982f4ee86f0ef5d6b01bdab0b6fc30009964e7 Mon Sep 17 00:00:00 2001 From: Sage Pointer Date: Sun, 16 Jan 2022 04:44:50 +0200 Subject: [PATCH] Minor fix to growth parameter description --- src/ScriptEditor/NetscriptDefinitions.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index 8fc99aaaf..6d2fc8783 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -5175,9 +5175,9 @@ export interface NS extends Singularity { * @remarks * RAM cost: 0.1 GB * - * Returns the server’s instrinsic “growth parameter”. This growth - * parameter is a number between 0 and 100 that represents how - * quickly the server’s money grows. This parameter affects the + * Returns the server’s intrinsic “growth parameter”. This growth + * parameter is a number typically between 0 and 100 that represents + * how quickly the server’s money grows. This parameter affects the * percentage by which the server’s money is increased when using the * grow function. A higher growth parameter will result in a * higher percentage increase from grow.