Merge pull request #59 from HDEHacks/patch-1

Fix typo in Netscript Doc
This commit is contained in:
danielyxie 2017-06-12 21:19:20 -05:00 committed by GitHub
commit 8444e154ee

@ -319,8 +319,8 @@ CONSTANTS = {
"&nbsp;!=<br><br>" + "&nbsp;!=<br><br>" +
"<u><h1> Arrays </h1></u><br>" + "<u><h1> Arrays </h1></u><br>" +
"Note: Currently arrays are fixed-size once they are declared. Eventually, functionality will be added to make these " + "Note: Currently arrays are fixed-size once they are declared. Eventually, functionality will be added to make these " +
"dynamic arrays <br><br>" + "dynamic arrays. <br><br>" +
"Arrays are special container objects. Arrays can holy many values under a single name. Each value in the array " + "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: <br><br>" + "can be accessed using an index number. The following example shows how to declare an array: <br><br>" +
"thisIsAnArray = Array[1, 2, 3, 'bitburner!', false];<br><br>" + "thisIsAnArray = Array[1, 2, 3, 'bitburner!', false];<br><br>" +
"Note that the values in an array can be different types. To access this array we just declared, we can use the index " + "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<br><br>" + "-Hacking now grants 10% less hacking experience<br><br>" +
"-You can now edit scripts that are running<br><br>" + "-You can now edit scripts that are running<br><br>" +
"-Augmentations cost ~11% more money and 25% more faction reputation<br><br>", "-Augmentations cost ~11% more money and 25% more faction reputation<br><br>",
} }