Skip to content

Commit

Permalink
Fix grammar in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rillig committed May 7, 2024
1 parent 227a31d commit be57953
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 @@ -73,6 +73,6 @@ The compiler will see that these conditions are side-effect-free and will thus
optimize them away, so there is no runtime overhead.

Gobco only inserts its coverage code around expressions that are syntactically
recognizable as boolean expressions, such as comparisons '&&', '||', '!'.
recognizable as boolean expressions, such as comparisons, '&&', '||', '!'.
When a boolean expression is merely passed around, there is no branch
involved, thus nothing to do for branch coverage.

0 comments on commit be57953

Please sign in to comment.