From b6c2d4208a5fa395ce09d7e1d3b074f680ee29b0 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Sun, 1 Sep 2024 19:07:20 +0900 Subject: [PATCH] brach, branche => branch --- lib/simplecov/combine/branches_combiner.rb | 2 +- lib/simplecov/source_file/branch.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/simplecov/combine/branches_combiner.rb b/lib/simplecov/combine/branches_combiner.rb index 320f648f..c3af9b29 100644 --- a/lib/simplecov/combine/branches_combiner.rb +++ b/lib/simplecov/combine/branches_combiner.rb @@ -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 diff --git a/lib/simplecov/source_file/branch.rb b/lib/simplecov/source_file/branch.rb index 8e23bf58..709f4ae3 100644 --- a/lib/simplecov/source_file/branch.rb +++ b/lib/simplecov/source_file/branch.rb @@ -33,7 +33,7 @@ def covered? end # - # Check if branche missed or not + # Check if branch missed or not # # @return [Boolean] #