chore: fix function reference

This commit is contained in:
Zach Daniel 2021-02-05 19:04:21 -05:00
parent 38e7f988e7
commit 20a117ab7d

View file

@ -44,7 +44,7 @@ end
``` ```
With this, when loading or editing related data, ash will automatically set that context. With this, when loading or editing related data, ash will automatically set that context.
For managing related data, see `Ash.Changeset.manage_related/4` and other relationship functions For managing related data, see `Ash.Changeset.manage_relationship/4` and other relationship functions
in `Ash.Changeset` in `Ash.Changeset`
## Table specific actions ## Table specific actions