Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azimov committed Jul 31, 2024
1 parent d831788 commit 37dd3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/PooledConnectionHandler.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ PooledConnectionHandler <- R6::R6Class(
inherit = ConnectionHandler,
private = list(
dbConnectArgs = NULL,
.checkedOutConnectionPath <- "RMMcheckedOutConnection"
.checkedOutConnectionPath = "RMMcheckedOutConnection"
),
public = list(
#' @param connectionDetails DatabaseConnector::connectionDetails class
Expand Down

0 comments on commit 37dd3cf

Please sign in to comment.