Skip to content

Commit 5f5cd89

Browse files
committed
typo
1 parent ba3489b commit 5f5cd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/adapters/sqlite3.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ defmodule Ecto.Adapters.SQLite3 do
137137
Since we cannot get the name of the violated constraint back from SQLite3 at `INSERT` or `UPDATE` time,
138138
there is no way to effectively use these changeset functions. This is a SQLite3 limitation.
139139
140-
See or [this GitHub issue](https://github.com/elixir-sqlite/ecto_sqlite3/issues/42) for more details.
140+
See [this GitHub issue](https://github.com/elixir-sqlite/ecto_sqlite3/issues/42) for more details.
141141
142142
### Schemaless queries
143143

0 commit comments

Comments
 (0)