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 edb6e78 commit 79d94c8Copy full SHA for 79d94c8
lib/ecto/adapters/sqlite3/type_extension.ex
@@ -9,7 +9,7 @@ defmodule Ecto.Adapters.SQLite3.TypeExtension do
9
10
@doc """
11
Takes a primitive type and, if it knows how to decode it into an
12
- appropriate Elixir data structure, reutrns a two-element list in
+ appropriate Elixir data structure, returns a two-element list in
13
the form `[(db_data :: any -> term), elixir_type :: atom]`.
14
15
The function that is the first element will be called whenever
0 commit comments