Skip to content

Commit a573456

Browse files
committed
docs(epix_slide): fix outdated comment
1 parent 1899c49 commit a573456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/grouped_epi_archive.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ epix_slide.grouped_epi_archive <- function(
332332
comp_value <- .slide_comp(.data_group, .group_key, .version, ...)
333333

334334
# If this wasn't a tidyeval computation, we still need to check the output
335-
# types. We'll let `group_modify` and `vec_rbind` deal with checking for
335+
# types. We'll let `vec_rbind` and `bind_rows` deal with checking for
336336
# type compatibility between the outputs.
337337
if (!used_data_masking && !(
338338
# vctrs considers data.frames to be vectors, but we still check

0 commit comments

Comments
 (0)