Fix grammatical error
The sentence should say "Why we need tests" with no question mark, or "Why do we need tests?" I think keeping the question mark makes it more personal.
This commit is contained in:
parent
7b76185892
commit
6d0b3141a4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Automated testing will be used in further tasks, and it's also widely used in real projects.
|
Automated testing will be used in further tasks, and it's also widely used in real projects.
|
||||||
|
|
||||||
## Why we need tests?
|
## Why do we need tests?
|
||||||
|
|
||||||
When we write a function, we can usually imagine what it should do: which parameters give which results.
|
When we write a function, we can usually imagine what it should do: which parameters give which results.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue