From a864498a0a226c7823900aa0d8b641b61a971ce6 Mon Sep 17 00:00:00 2001 From: Wojtek Pachowiak <50328147+WojtekPachowiak@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:52:54 +0100 Subject: [PATCH] removing new line --- 09/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/09/README.md b/09/README.md index 0bfc7e8f..f73aba82 100644 --- a/09/README.md +++ b/09/README.md @@ -57,8 +57,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. -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. +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. 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.