MISC: spelling and consistency fixes in the NetscriptDefinitions.ts file (#821)

This commit is contained in:
Michael Ficocelli
2023-10-02 20:14:44 -04:00
committed by GitHub
parent 7f575eb34c
commit 7b00fcc5b1
45 changed files with 103 additions and 101 deletions

View File

@@ -17,7 +17,7 @@ upgradeCore(index: number, n?: number): boolean;
| Parameter | Type | Description |
| --- | --- | --- |
| index | number | Index/Identifier of Hacknet Node. |
| n | number | _(Optional)_ Number of cores to purchase. Must be positive. Rounded to nearest integer. Defaults to 1 if not specified. |
| n | number | _(Optional)_ Number of cores to purchase. Must be positive. Will be rounded to the nearest integer. Defaults to 1 if not specified. |
**Returns:**