Skip to content

Commit

Permalink
Fix sigil_p arity in docs for url/1 (#5381)
Browse files Browse the repository at this point in the history
  • Loading branch information
msmithstubbs committed Mar 24, 2023
1 parent 78f30a6 commit b299b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix/verified_routes.ex
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ defmodule Phoenix.VerifiedRoutes do
@doc ~S'''
Generates the router url with route verification.
See `sigil_p/1` for more information.
See `sigil_p/2` for more information.
Warns when the provided path does not match against the router specified
in `use Phoenix.VerifiedRoutes` or the `@router` module attribute.
Expand Down

0 comments on commit b299b86

Please sign in to comment.