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 d57c500 commit c2f435fCopy full SHA for c2f435f
lib/ecto/changeset.ex
@@ -17,7 +17,7 @@ defmodule Ecto.Changeset do
17
18
* **type casting** - a web form sends most of its data as strings.
19
When the user types the number "100", Ecto will receive it as
20
- as the string "100", which must then be converted to 100.
+ the string "100", which must then be converted to 100.
21
Changesets are responsible for converting these values to the
22
types defined in your `Ecto.Schema`, support even complex types
23
such as datetimes
0 commit comments