Skip to content

Commit 1704de5

Browse files
committed
fixing things based on memoryruins's suggestions
1 parent ebae2aa commit 1704de5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

basics/what-is-programming.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ the instructions using a **programming language**. Most programming
1616
languages consist of English words, digits and some characters that have
1717
special meanings.
1818

19-
Unlike people often think, programming is not complicated. Large
19+
Unlike people often think, programming is usually not complicated. Large
2020
programs are always made of **small, simple pieces**, and those pieces
2121
are written one by one. Programming languages are made to be used by
2222
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
3333
programming on a 12-year-old computer if I needed to. Fast computers are
3434
nice 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?
105105
2. Read the code and the explanation for it again.
106106
3. 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.
112112
5. See [Getting help](../getting-help.md) if you can't contact me for some
113113
reason.
114114

0 commit comments

Comments
 (0)