Skip to content

Commit 710dd2a

Browse files
committed
update documentation
1 parent e29c849 commit 710dd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/mv_feature_filter_class.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mv_feature_filter = function(
5959
'non-missing values is not met for all groups.'),
6060
"within_one" = paste0(
6161
'Features are removed if the threshold for ',
62-
'non-missing values is not met for at least one group.'),
62+
'non-missing values is not met for any group.'),
6363
"QC" = paste0(
6464
'Features are removed if the threshold for ',
6565
'non-missing values is not met for the named group.'),

0 commit comments

Comments
 (0)