Skip to content

Commit

Permalink
brach, branche => branch
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Sep 1, 2024
1 parent 0cfb880 commit b6c2d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/simplecov/combine/branches_combiner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module BranchesCombiner
module_function

#
# Return merged branches or the existed brach if other is missing.
# Return merged branches or the existed branch if other is missing.
#
# Branches inside files are always same if they exist, the difference only in coverage count.
# Branch coverage report for any conditional case is built from hash, it's key is a condition and
Expand Down
2 changes: 1 addition & 1 deletion lib/simplecov/source_file/branch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def covered?
end

#
# Check if branche missed or not
# Check if branch missed or not
#
# @return [Boolean]
#
Expand Down

0 comments on commit b6c2d42

Please sign in to comment.