Skip to content

Commit c3aa406

Browse files
authored
fix typo in documentation (#1539)
1 parent 860bd6a commit c3aa406

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/src_dbi.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#' All data manipulation on SQL tbls are lazy: they will not actually
44
#' run the query or retrieve the data unless you ask for it: they all return
55
#' a new `tbl_dbi` object. Use [compute()] to run the query and save the
6-
#' results in a temporary in the database, or use [collect()] to retrieve the
6+
#' results in a temporary table in the database, or use [collect()] to retrieve the
77
#' results to R. You can see the query with [show_query()].
88
#'
99
#' @details

man/tbl.src_dbi.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)