Skip to content

Commit ea40ea3

Browse files
authored
fix doc typo in Ecto.Adapters.SQL.Sandbox (#1) (#354)
1 parent f8e3295 commit ea40ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/adapters/sql/sandbox.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule Ecto.Adapters.SQL.Sandbox do
88
other pool.
99
1010
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,
11+
automatic to either manual or shared. In the latter two modes,
1212
the connection must be explicitly checked out before use.
1313
When explicit checkouts are made, the sandbox will wrap the
1414
connection in a transaction by default and control who has

0 commit comments

Comments
 (0)