From d1da37dd5ee62b36539807ecf62cec9a19044974 Mon Sep 17 00:00:00 2001 From: Hedon Date: Mon, 12 Jun 2017 10:32:50 -0500 Subject: [PATCH] Fix typo in Netscript Doc --- src/Constants.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Constants.js b/src/Constants.js index edd30bbba..c7e863dfc 100644 --- a/src/Constants.js +++ b/src/Constants.js @@ -319,8 +319,8 @@ CONSTANTS = { " !=

" + "

Arrays


" + "Note: Currently arrays are fixed-size once they are declared. Eventually, functionality will be added to make these " + - "dynamic arrays

" + - "Arrays are special container objects. Arrays can holy many values under a single name. Each value in the array " + + "dynamic arrays.

" + + "Arrays are special container objects. Arrays can hold many values under a single name. Each value in the array " + "can be accessed using an index number. The following example shows how to declare an array:

" + "thisIsAnArray = Array[1, 2, 3, 'bitburner!', false];

" + "Note that the values in an array can be different types. To access this array we just declared, we can use the index " + @@ -746,4 +746,4 @@ CONSTANTS = { "-Hacking now grants 10% less hacking experience

" + "-You can now edit scripts that are running

" + "-Augmentations cost ~11% more money and 25% more faction reputation

", -} \ No newline at end of file +}