Skip to content

Commit 9432522

Browse files
committed
Merge pull request #136 from orthographic-pedant/spell_check/Buddhist
Fixed typographical error, changed Buddist to Buddhist in README.
2 parents ae45037 + 35a4319 commit 9432522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Let's expand this example out to be multifacted, albeit somewhat contrived:
145145
val status = if (religion == "Pentecostalist") "Beer forbidden" else if (age < 18) "Underage" else "Beer for you"
146146
```
147147

148-
Now we would get 100% code coverage for passing in the values ("Buddist", 34).
148+
Now we would get 100% code coverage for passing in the values ("Buddhist", 34).
149149

150150
That's why in scoverage we focus on statement coverage, and don't even include line coverage as a metric.
151151
This is a paradigm shift that we hope will take hold.

0 commit comments

Comments
 (0)