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 81b6a6e commit b75b860Copy full SHA for b75b860
lib/ecto/changeset.ex
@@ -1955,7 +1955,7 @@ defmodule Ecto.Changeset do
1955
comments at once, automatically computing inserts/updates/deletes by
1956
comparing the data that you gave with the one already in the database.
1957
If your goal is to manage individual resources, such as adding a new
1958
- comment to a post, or update post linked to a comment, tnen it is not
+ comment to a post, or update post linked to a comment, then it is not
1959
necessary to use this function. We will explore this later in the
1960
["Example: Adding a comment to a post" section](#put_assoc/4-example-adding-a-comment-to-a-post).
1961
0 commit comments