Skip to content

Commit

Permalink
Merge pull request #465 from tidyverse/lazy_dt-docs
Browse files Browse the repository at this point in the history
Remove typo in `lazy_dt()` docs
  • Loading branch information
markfairbanks authored Feb 19, 2024
2 parents 6e923bb + 2be179f commit fc92809
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: {library(tidyr); list(markdown = TRUE)}
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
2 changes: 1 addition & 1 deletion R/step-first.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Create a "lazy" data.table for use with dplyr verbs
#'
#' @description
#' A lazy data.table lazy captures the intent of dplyr verbs, only actually
#' A lazy data.table captures the intent of dplyr verbs, only actually
#' performing computation when requested (with [collect()], [pull()],
#' [as.data.frame()], [data.table::as.data.table()], or [tibble::as_tibble()]).
#' This allows dtplyr to convert dplyr verbs into as few data.table expressions
Expand Down
2 changes: 1 addition & 1 deletion man/lazy_dt.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc92809

Please sign in to comment.