From 48f26a273669a5da31b025db23f61760a53712ac Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Sat, 28 Jun 2025 15:27:51 +0200 Subject: [PATCH] Fix typo --- lib/ecto/adapters/sqlite3/type_extension.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ecto/adapters/sqlite3/type_extension.ex b/lib/ecto/adapters/sqlite3/type_extension.ex index 4448710..2665af3 100644 --- a/lib/ecto/adapters/sqlite3/type_extension.ex +++ b/lib/ecto/adapters/sqlite3/type_extension.ex @@ -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