Skip to content

Commit b6c2d42

Browse files
committed
brach, branche => branch
1 parent 0cfb880 commit b6c2d42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/simplecov/combine/branches_combiner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module BranchesCombiner
1010
module_function
1111

1212
#
13-
# Return merged branches or the existed brach if other is missing.
13+
# Return merged branches or the existed branch if other is missing.
1414
#
1515
# Branches inside files are always same if they exist, the difference only in coverage count.
1616
# Branch coverage report for any conditional case is built from hash, it's key is a condition and

lib/simplecov/source_file/branch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def covered?
3333
end
3434

3535
#
36-
# Check if branche missed or not
36+
# Check if branch missed or not
3737
#
3838
# @return [Boolean]
3939
#

0 commit comments

Comments
 (0)