We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e3295 commit ea40ea3Copy full SHA for ea40ea3
lib/ecto/adapters/sql/sandbox.ex
@@ -8,7 +8,7 @@ defmodule Ecto.Adapters.SQL.Sandbox do
8
other pool.
9
10
The `mode/2` function can be used to change the pool mode from
11
- automatic to either manual or shared. In the later two modes,
+ automatic to either manual or shared. In the latter two modes,
12
the connection must be explicitly checked out before use.
13
When explicit checkouts are made, the sandbox will wrap the
14
connection in a transaction by default and control who has
0 commit comments