chore: fix in one more place

This commit is contained in:
Zach Daniel 2024-09-05 00:45:01 -04:00
parent 3ce48fb71f
commit e8405b43b7

View file

@ -79,7 +79,7 @@ defmodule Ash.Resource.Actions.Update do
default: false
],
atomic_upgrade_with: [
type: {:one_of, [:atom, nil]},
type: {:or, [:atom, nil]},
doc: """
Configure the read action used when performing atomic upgrades. Defaults to the primary read action.
"""