This commit is contained in:
Andrew Klychkov 2021-03-19 07:32:34 +01:00
parent 9f8fb07b4c
commit a6f61b5ca9

View file

@ -143,7 +143,7 @@ a) They have failed. Look at the output of the command.
Fix the problem place in the code and run again.
Repeat the cycle until the tests pass.
b) They have passed. Remember they failed originally? Our congratulations! You have fixed the bug,
b) They have passed. Remember they failed originally? Our congratulations! You have fixed the bug.
18. Commit your changes with an informative but short commit message:
```bash