diff options
| -rw-r--r-- | challenge-124/james-smith/logo/ch-1.logo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/challenge-124/james-smith/logo/ch-1.logo b/challenge-124/james-smith/logo/ch-1.logo index ea91021980..aa46fcb972 100644 --- a/challenge-124/james-smith/logo/ch-1.logo +++ b/challenge-124/james-smith/logo/ch-1.logo @@ -3,7 +3,7 @@ setpensize 4 pendown -; first draw the cros - we are assuming +; first draw the cross - we are assuming ; our initial direction is facing north back 300 @@ -17,9 +17,9 @@ forward 150 ; Now we are back at the cross - we are going to turn ; 89 degrees to the left to start our circle.. We will -; use a 180 sided polygon inplace of the circle. We +; use a 180 sided polygon in place of the circle. We ; then need to twist each side by 2 degrees. We start at -; 89 rather than 90 so that the circle is symetric around +; 89 rather than 90 so that the circle is symmetric around ; the N/S line (if we didn't it would be off to the right) ; alternatively we could have started with a line of length ; 5 and ended with another line of length 5 but this is |
