@@ -16,7 +16,7 @@ the instructions using a **programming language**. Most programming
1616languages consist of English words, digits and some characters that have
1717special meanings.
1818
19- Unlike people often think, programming is not complicated. Large
19+ Unlike people often think, programming is usually not complicated. Large
2020programs are always made of ** small, simple pieces** , and those pieces
2121are written one by one. Programming languages are made to be used by
2222humans, so if there's an easy way to do something and a difficult way to
@@ -33,10 +33,10 @@ You also don't need a powerful computer. I could do almost all of my
3333programming on a 12-year-old computer if I needed to. Fast computers are
3434nice to work with, but you don't need them.
3535
36- Programming takes time like all hobbies do. Some people learn it
37- quickly, and some people don't. I don't expect you to read this tutorial
38- in a couple hours and then master everything it's talking about. Take
39- your time with things, and remember that I learned to program slowly.
36+ Programming takes time like all hobbies do. Some people learn it
37+ quickly, and some people don't. I don't expect you to read this tutorial
38+ in a couple hours and then master everything it's talking about. Take
39+ your time with things, and remember that I learned to program slowly.
4040
4141## Getting started
4242
@@ -105,10 +105,10 @@ should you do if you have a problem with the tutorial?
1051052 . Read the code and the explanation for it again.
1061063 . If there's something you haven't seen before in the tutorial and it's
107107 not explained, try to find it from the previous chapters.
108- 4 . If you still have trouble understanding the tutorial or any other problems
109- with the tutorial, please [ tell me about it ] ( ../contact-me.md ) . I want to
110- improve this tutorial so other readers won't have the same problem as you
111- have.
108+ 4 . If you can't find what you're looking for or you still have trouble
109+ understanding the tutorial or any other problems with the tutorial,
110+ please [ tell me about it ] ( ../contact-me.md ) . I want to improve this
111+ tutorial so other readers won't have the same problem as you have.
1121125 . See [ Getting help] ( ../getting-help.md ) if you can't contact me for some
113113 reason.
114114
0 commit comments