Skip to content

Commit

Permalink
Fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Feb 26, 2024
1 parent edde2a6 commit 6e7a0ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/db-escape.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' SQL escaping/quoting generics
#'
#' These generics translate individual values into SQL. The core
#' generics are [DBI::dbQuoteIdentifier()] and[DBI::dbQuoteString]
#' generics are [DBI::dbQuoteIdentifier()] and [DBI::dbQuoteString]
#' for quoting identifiers and strings, but dbplyr needs additional
#' tools for inserting logical, date, date-time, and raw values into
#' queries.
Expand Down
2 changes: 1 addition & 1 deletion man/db-quote.Rd

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

0 comments on commit 6e7a0ef

Please sign in to comment.