Skip to content

Commit c2f435f

Browse files
authored
docs: remove duplicate as typo (#4649)
1 parent d57c500 commit c2f435f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/changeset.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defmodule Ecto.Changeset do
1717
1818
* **type casting** - a web form sends most of its data as strings.
1919
When the user types the number "100", Ecto will receive it as
20-
as the string "100", which must then be converted to 100.
20+
the string "100", which must then be converted to 100.
2121
Changesets are responsible for converting these values to the
2222
types defined in your `Ecto.Schema`, support even complex types
2323
such as datetimes

0 commit comments

Comments
 (0)