Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
preciz committed Jul 25, 2024
1 parent 4eaf217 commit f4fd556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db_connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ defmodule DBConnection do
to allow the checkout or `{:disconnect, exception, state}` to disconnect.
This callback is called immediately after the connection is established
and the state is never effetively checked in again. That's because
and the state is never effectively checked in again. That's because
DBConnection keeps the connection state in an ETS table that is moved
between the different clients checking out connections. There is no
`checkin` callback. The state is only handed back to the connection
Expand Down

0 comments on commit f4fd556

Please sign in to comment.