Skip to content

Commit

Permalink
Fixed spelling mistake in README.md (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
still-dreaming-1 authored Jan 23, 2024
1 parent c76bb6f commit a4725a3
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 @@ -40,7 +40,7 @@ val status = if (Color == Red) Stop else Go
If you had a unit test that ran through the Color Red you would get 100% line coverage
yet you only have 50% statement coverage.

Let's expand this example out to be multifacted, albeit somewhat contrived:
Let's expand this example out to be multifaceted, albeit somewhat contrived:

```
val status = if (Color == Red) Stop else if (Sign == Stop) Stop else Go
Expand Down

0 comments on commit a4725a3

Please sign in to comment.