Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Oct 31, 2023
1 parent e9a9c05 commit 9b9186a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/R/duckdb.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ arrow_duck_connection <- function() {
# but if we don't explicitly run dbDisconnect() the user gets a warning
# that they may not expect (since they did not open a duckdb connection).
# This bit of code will run when the package namespace is cleaned up (i.e.,
# at exit). This is more reliable than ..onUnload() or .onDetatch(), which
# at exit). This is more reliable than .onUnload() or .onDetatch(), which
# don't necessarily run on exit.
reg.finalizer(arrow_duck_finalizer, function(...) {
con <- getOption("arrow_duck_con")
Expand Down

0 comments on commit 9b9186a

Please sign in to comment.