Skip to content

Commit 38736f5

Browse files
consistent capitalization
1 parent cf80ddd commit 38736f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/checks/y_check_branch_coverage.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CLASS y_check_branch_coverage IMPLEMENTATION.
2525
settings-ignore_pseudo_comments = abap_true.
2626
settings-documentation = |{ c_docs_path-checks }unit-test-coverages.md|.
2727

28-
set_check_message( 'Branch Coverage should be higher than &2%! (&1%<=&2%)' ).
28+
set_check_message( 'Branch coverage should be higher than &2%! (&1%<=&2%)' ).
2929
ENDMETHOD.
3030

3131

0 commit comments

Comments
 (0)