Skip to content

Commit b75b860

Browse files
authored
Fix typo in put_assoc docs (#4636)
1 parent 81b6a6e commit b75b860

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
@@ -1955,7 +1955,7 @@ defmodule Ecto.Changeset do
19551955
comments at once, automatically computing inserts/updates/deletes by
19561956
comparing the data that you gave with the one already in the database.
19571957
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
1958+
comment to a post, or update post linked to a comment, then it is not
19591959
necessary to use this function. We will explore this later in the
19601960
["Example: Adding a comment to a post" section](#put_assoc/4-example-adding-a-comment-to-a-post).
19611961

0 commit comments

Comments
 (0)