Merge pull request #2561 from tamiolaf/patch-1

Fix grammatical error
This commit is contained in:
Ilya Kantor 2021-04-17 20:03:41 +03:00 committed by GitHub
commit 4092b7f24b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.