From b50584b7ae5f32d5da427915f3a7fef280c00bb2 Mon Sep 17 00:00:00 2001 From: Wojtek Pachowiak <50328147+WojtekPachowiak@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:50:50 +0100 Subject: [PATCH 1/2] Deleting and applying a probably unintended TODO deleting a TODO line which definitely shouldn't be displayed to the users. At the same time applying changes which this TODO proposed --- 09/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/09/README.md b/09/README.md index 27d203d..0bfc7e8 100644 --- a/09/README.md +++ b/09/README.md @@ -58,10 +58,7 @@ So let's say we want to imitate a brick wall. Looking at the wall, you can see a ![](brick.jpg) As a first step we need to know if the row of our thread is an even or odd number, because we can use that to determine if we need to offset the x in that row. - -____we have to fix these next two paragraphs together____ - -To determine if our thread is in an odd or even row, we are going to use [```mod()```](../glossary/?search=mod) of ```2.0``` and then see if the result is under ```1.0``` or not. Take a look at the following formula and uncomment the two last lines. +For that we are going to use [```mod()```](../glossary/?search=mod) of ```2.0``` and then see if the result is under ```1.0``` or not. Take a look at the following formula and uncomment the two last lines.