Skip to content

Commit d6a5456

Browse files
committed
remove # in comment
1 parent 349c7c5 commit d6a5456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/data_rename.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ data_rename <- function(data,
222222
out <- rep_len("", length(pattern))
223223

224224
# for alphabetical letters, we prepare a string if we have more than
225-
# 26 columns # to rename
225+
# 26 columns to rename
226226
if (length(out) > 26) {
227227
long_letters <- paste0(
228228
rep.int(letters[1:26], times = ceiling(length(out) / 26)),

0 commit comments

Comments
 (0)