Skip to content

Commit 7f5c345

Browse files
committed
Minor reword
1 parent 9a6deee commit 7f5c345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/methods-epi_df.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ summary.epi_df = function(object, ...) {
7979

8080
cn <- names(res)
8181

82-
# Duplicate key columns, Abort
82+
# Duplicate columns, Abort
8383
dup_col_names = cn[duplicated(cn)]
8484
if (length(dup_col_names) != 0) {
8585
Abort(paste0("Column name(s) ",

0 commit comments

Comments
 (0)