small fixes (#429)

This commit is contained in:
Mughur 2023-03-18 03:34:28 +02:00 committed by GitHub
parent 1f98eecb57
commit be5bba8ad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

@ -2,6 +2,7 @@ formatRam() Netscript Function
==============================
.. js:function:: formatRam(number[, fractionalDigits = 3[, suffixStart = 1000[, isInteger = false]]])
:RAM cost: 0 GB
:param number number: Number to format.

@ -6768,7 +6768,7 @@ export interface NS {
flags(schema: [string, string | number | boolean | string[]][]): { [key: string]: ScriptArg | string[] };
/**
* Share your computer with your factions.
* Share the server's ram with your factions.
* @remarks
* RAM cost: 2.4 GB
*