@@ -16,7 +16,7 @@ the instructions using a **programming language**. Most programming
16
16
languages consist of English words, digits and some characters that have
17
17
special meanings.
18
18
19
- Unlike people often think, programming is not complicated. Large
19
+ Unlike people often think, programming is usually not complicated. Large
20
20
programs are always made of ** small, simple pieces** , and those pieces
21
21
are written one by one. Programming languages are made to be used by
22
22
humans, 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
33
33
programming on a 12-year-old computer if I needed to. Fast computers are
34
34
nice to work with, but you don't need them.
35
35
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.
40
40
41
41
## Getting started
42
42
@@ -105,10 +105,10 @@ should you do if you have a problem with the tutorial?
105
105
2 . Read the code and the explanation for it again.
106
106
3 . If there's something you haven't seen before in the tutorial and it's
107
107
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.
112
112
5 . See [ Getting help] ( ../getting-help.md ) if you can't contact me for some
113
113
reason.
114
114
0 commit comments