Merge pull request #2656 from SagePtr/patch-2

Minor fix to growth parameter description
This commit is contained in:
hydroflame 2022-01-17 15:56:35 -05:00 committed by GitHub
commit 574c541b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5182,9 +5182,9 @@ export interface NS extends Singularity {
* @remarks
* RAM cost: 0.1 GB
*
* Returns the servers instrinsic growth parameter. This growth
* parameter is a number between 0 and 100 that represents how
* quickly the servers money grows. This parameter affects the
* Returns the servers intrinsic growth parameter. This growth
* parameter is a number typically between 0 and 100 that represents
* how quickly the servers money grows. This parameter affects the
* percentage by which the servers money is increased when using the
* grow function. A higher growth parameter will result in a
* higher percentage increase from grow.