Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
This PR improves the "Why Coverage?" section by adding clarity, ensuring consistency, and enhancing professionalism.
  • Loading branch information
flechemano authored Dec 15, 2024
1 parent 27eff84 commit f385db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ some problem. Our unit-test suite is how we encode the set of *problems* the co
the test suite should indicate that your change didn't *infringe* on anyone else's solutions. Adding a
test *protects* your solution from future changes. Say you don't understand why a line of code exists,
try deleting it and running the unit-tests. The nearest test failure should tell you what problem
was solved by that code. If no test fails, go ahead and submit a Pull Request that asks, "what
was solved by that code. If no test fails, go ahead and submit a Pull Request that asks, "What
problem is solved by this code?" On the other hand, if a test does fail and you can think of a
better way to solve the same problem, a Pull Request with your solution would most certainly be
welcome! Likewise, if rewriting a test can better communicate what code it's protecting, please
Expand Down

0 comments on commit f385db6

Please sign in to comment.