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 2bbdbc8 commit 9bc2779Copy full SHA for 9bc2779
lib/mongo_ecto/change.ex
@@ -22,7 +22,7 @@ defmodule Mongo.Ecto.ChangeMap do
22
Casts to database format
23
"""
24
def cast(%__MODULE__{} = value), do: {:ok, value}
25
- def cast(_), do: :eror
+ def cast(_), do: :error
26
27
@doc """
28
Converts to a database format
@@ -60,7 +60,7 @@ defmodule Mongo.Ecto.ChangeArray do
60
61
62
63
64
65
66
0 commit comments