Skip to content

Commit

Permalink
Bump docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Feb 6, 2024
1 parent f7bd1f6 commit 304dfc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/phoenix_html/form_data.ex
Expand Up @@ -56,8 +56,8 @@ defprotocol Phoenix.HTML.FormData do
applies if the field value is a list and no parameters were
sent through the form.
* `:action` - The form action, such as the HTML `action` attribute
or LiveView action.
* `:action` - The user defined action being taken by the form, such
as `:validate`, `:save`, etc.
"""
@spec to_form(t, Phoenix.HTML.Form.t(), Phoenix.HTML.Form.field(), Keyword.t()) ::
[Phoenix.HTML.Form.t()]
Expand Down

0 comments on commit 304dfc3

Please sign in to comment.