Skip to content

Commit 10a4dba

Browse files
committed
fix one missed
1 parent 9104bbc commit 10a4dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/R/generics.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ setGeneric("corr", function(x, ...) {standardGeneric("corr") })
442442
#' @export
443443
setGeneric("covar_samp", function(col1, col2) {standardGeneric("covar_samp") })
444444

445-
#' @rdname cov
445+
#' @rdname covar_pop
446446
#' @export
447447
setGeneric("covar_pop", function(col1, col2) {standardGeneric("covar_pop") })
448448

0 commit comments

Comments
 (0)