We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76bb6f commit a4725a3Copy full SHA for a4725a3
README.md
@@ -40,7 +40,7 @@ val status = if (Color == Red) Stop else Go
40
If you had a unit test that ran through the Color Red you would get 100% line coverage
41
yet you only have 50% statement coverage.
42
43
-Let's expand this example out to be multifacted, albeit somewhat contrived:
+Let's expand this example out to be multifaceted, albeit somewhat contrived:
44
45
```
46
val status = if (Color == Red) Stop else if (Sign == Stop) Stop else Go
0 commit comments