Skip to content

Commit 0d5f24c

Browse files
committed
fixup! Fix generic / method signature consistency
1 parent 4853eaa commit 0d5f24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/covr.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ merge_coverage.character <- function(x) {
603603

604604
#' @export
605605
merge_coverage.list <- function(x) {
606-
coverage_obj <- x
606+
coverage_objs <- x
607607
if (length(coverage_objs) == 0) {
608608
return()
609609
}

0 commit comments

Comments
 (0)