Skip to content

Commit 5615486

Browse files
committed
Fix typo
1 parent 0ecbab4 commit 5615486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

r/R/dplyr.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ build_function_list <- function(FUN) {
421421
}
422422

423423
FUN("split_pattern", x, options = list(pattern = split))
424-
}
424+
},
425425
# as.factor() is mapped in expression.R
426426
as.character = function(x) {
427427
FUN("cast", x, options = cast_options(to_type = string()))

0 commit comments

Comments
 (0)