Skip to content

Commit 5cc0d15

Browse files
Fix error class name that referred to different function
Co-authored-by: nmdefries <42820733+nmdefries@users.noreply.github.com>
1 parent ed9524e commit 5cc0d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/slide.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ epi_slide_opt <- function(
702702
"`.x` must be either grouped by {expected_group_keys} or ungrouped; if the latter,
703703
we'll temporarily group by {expected_group_keys} for this operation. You may need
704704
to aggregate your data first, see aggregate_epi_df().",
705-
class = "epiprocess__epi_slide__invalid_grouping"
705+
class = "epiprocess__epi_slide_opt__invalid_grouping"
706706
)
707707
}
708708
} else {

0 commit comments

Comments
 (0)