Skip to content

Commit 79d94c8

Browse files
authored
Fix typo in documentation (#172)
1 parent edb6e78 commit 79d94c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/adapters/sqlite3/type_extension.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule Ecto.Adapters.SQLite3.TypeExtension do
99

1010
@doc """
1111
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
12+
appropriate Elixir data structure, returns a two-element list in
1313
the form `[(db_data :: any -> term), elixir_type :: atom]`.
1414
1515
The function that is the first element will be called whenever

0 commit comments

Comments
 (0)