Skip to content

Commit bfd8d93

Browse files
precizSteffenDE
authored andcommitted
Fix docs: reset does not accept list of keys to reset (#4178)
1 parent f768468 commit bfd8d93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/phoenix_live_view.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2319,8 +2319,8 @@ defmodule Phoenix.LiveView do
23192319
## Options
23202320
23212321
* `:supervisor` - allows you to specify a `Task.Supervisor` to supervise the task.
2322-
* `:reset` - remove previous results during async operation when true. Possible values are
2323-
`true`, `false`, or a list of keys to reset. Defaults to `false`.
2322+
* `:reset` - A boolean to control whether to remove previous results during the async operation.
2323+
Defaults to `false`.
23242324
23252325
## Examples
23262326

0 commit comments

Comments
 (0)