Skip to content

Commit a4725a3

Browse files
Fixed spelling mistake in README.md (#598)
1 parent c76bb6f commit a4725a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ val status = if (Color == Red) Stop else Go
4040
If you had a unit test that ran through the Color Red you would get 100% line coverage
4141
yet you only have 50% statement coverage.
4242

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

4545
```
4646
val status = if (Color == Red) Stop else if (Sign == Stop) Stop else Go

0 commit comments

Comments
 (0)