docs: clarify custom.ex async? documentation (#602)

This commit is contained in:
kernel-io 2023-06-07 01:25:09 +12:00 committed by GitHub
parent 45dc97cdb4
commit c4bb198d0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ defmodule Ash.Flow.Step.Custom do
async?: [
type: :boolean,
doc: """
Whether or not this step can be run outside of the current process. Defaults to true.
Whether or not this step can be run outside of the current process.
""",
default: false
]