From 9e9a1ca88204ddb3bf64847255de338a05dee247 Mon Sep 17 00:00:00 2001 From: Hedrauta Date: Thu, 16 Dec 2021 16:05:46 +0100 Subject: [PATCH 1/3] Update codingcontracttypes.ts --- src/data/codingcontracttypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/codingcontracttypes.ts b/src/data/codingcontracttypes.ts index 552fbc06c..b6645ee47 100644 --- a/src/data/codingcontracttypes.ts +++ b/src/data/codingcontracttypes.ts @@ -148,7 +148,7 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [ { desc: (n: number[][]): string => { let d: string = [ - "Given the following array of array of numbers representing a 2D matrix,", + "Given the following array of arrays of numbers representing a 2D matrix,", "return the elements of the matrix as an array in spiral order:\n\n", ].join(" "); // for (const line of n) { From c4bd6d8e117cce9c09e25490d738929da4fda7b0 Mon Sep 17 00:00:00 2001 From: Jared Jolton <2PacIsAlive@users.noreply.github.com> Date: Fri, 17 Dec 2021 00:09:52 -0700 Subject: [PATCH 2/3] Fix typo in sleeves.rst --- doc/source/advancedgameplay/sleeves.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/advancedgameplay/sleeves.rst b/doc/source/advancedgameplay/sleeves.rst index e19fa6ee8..2192a2380 100644 --- a/doc/source/advancedgameplay/sleeves.rst +++ b/doc/source/advancedgameplay/sleeves.rst @@ -18,7 +18,7 @@ Sleeve technology is unlocked in :ref:`BitNode-10 `. Duplicate Sleeves ^^^^^^^^^^^^^^^^^ -Duplicate Sleeves are MK-V Synthoids (synthetic androids) into which your consciuosness +Duplicate Sleeves are MK-V Synthoids (synthetic androids) into which your consciousness has been copied. In other words, these Synthoids contain a perfect duplicate of your mind. Duplicate Sleeves are essentially clones which you can use to perform work-type actions, From 160682f25a0ad53f2b195dbf32f04932b81bc02e Mon Sep 17 00:00:00 2001 From: Xynrati <84252507+Xynrati@users.noreply.github.com> Date: Fri, 17 Dec 2021 18:12:46 -0800 Subject: [PATCH 3/3] Incorrect threadcount for n00dles --- .../guidesandtips/gettingstartedguideforbeginnerprogrammers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/guidesandtips/gettingstartedguideforbeginnerprogrammers.rst b/doc/source/guidesandtips/gettingstartedguideforbeginnerprogrammers.rst index acf24a65f..ae6b6c4f6 100644 --- a/doc/source/guidesandtips/gettingstartedguideforbeginnerprogrammers.rst +++ b/doc/source/guidesandtips/gettingstartedguideforbeginnerprogrammers.rst @@ -287,7 +287,7 @@ Here's the sequence of |Terminal| commands I used in order to achieve this:: $ scp early-hack-template.script harakiri-sushi $ connect n00dles $ run NUKE.exe - $ run early-hack-template.script -t 6 + $ run early-hack-template.script -t 2 $ home $ connect sigma-cosmetics $ run NUKE.exe