We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfb880 commit b6c2d42Copy full SHA for b6c2d42
lib/simplecov/combine/branches_combiner.rb
@@ -10,7 +10,7 @@ module BranchesCombiner
10
module_function
11
12
#
13
- # Return merged branches or the existed brach if other is missing.
+ # Return merged branches or the existed branch if other is missing.
14
15
# Branches inside files are always same if they exist, the difference only in coverage count.
16
# Branch coverage report for any conditional case is built from hash, it's key is a condition and
lib/simplecov/source_file/branch.rb
@@ -33,7 +33,7 @@ def covered?
33
end
34
35
36
- # Check if branche missed or not
+ # Check if branch missed or not
37
38
# @return [Boolean]
39
0 commit comments