Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/ecto/adapters/sqlite3/type_extension.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Ecto.Adapters.SQLite3.TypeExtension do

@doc """
Takes a primitive type and, if it knows how to decode it into an
appropriate Elixir data structure, reutrns a two-element list in
appropriate Elixir data structure, returns a two-element list in
the form `[(db_data :: any -> term), elixir_type :: atom]`.

The function that is the first element will be called whenever
Expand Down
Loading