Skip to content

Commit b38a571

Browse files
committed
fix typo
1 parent 44e7e60 commit b38a571

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/query.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#' @references \href{https://drill.apache.org/docs/}{Drill documentation}
1818
#' @export
1919
#' @examples \dontrun{
20-
#' drill_conection() %>%
20+
#' drill_connection() %>%
2121
#' drill_query("SELECT * FROM cp.`employee.json` limit 5")
2222
#' }
2323
drill_query <- function(drill_con, query, uplift=TRUE, .progress=interactive()) {

man/drill_query.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)