Skip to content

Commit

Permalink
Update documentation/tutorials/getting-started-with-ash-state-machine.md
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Daniel <[email protected]>
  • Loading branch information
DriesCruyskens and zachdaniel authored Oct 22, 2024
1 parent 10a09f1 commit 931bec8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ attributes do
end
```

Be aware that the type of this attribute needs to be `:atom` and the `default` and `constraints[:one_of]` options need to be correct!
Be aware that the type of this attribute needs to be `:atom` or a type created with `Ash.Type.Enum`. Both the `default` and list of values need to be correct!


## Making a resource into a state machine
Expand Down

0 comments on commit 931bec8

Please sign in to comment.