Skip to content

Commit

Permalink
docs: fix typo in update-actions.md (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rt3nlund authored Jun 20, 2024
1 parent 0eea01d commit 3888acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/topics/actions/update-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Atomic updates are a special case of update actions that can be done atomically.
>
> ```elixir
> update :increment_score do
> change atomic_update(:score, expr(score + 1)
> change atomic_update(:score, expr(score + 1))
> end
> ```
>
Expand Down

0 comments on commit 3888acb

Please sign in to comment.