Skip to content

Commit

Permalink
Finished a hanging doc statement. Closes GH-462
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Sep 18, 2023
1 parent 2628343 commit 6b7400b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guide/http/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ for you in the generated code.
## Legal Endpoint Signatures

::: info
It's actually possible to create custom conventions for
It's actually possible to create custom conventions for how Wolverine resolves method parameters to the endpoint methods
using the `IParameterStrategy` plugin interface explained later in this page.
:::

First off, every endpoint method must be a `public` method on a `public` type to accomodate the runtime code generation.
Expand Down

0 comments on commit 6b7400b

Please sign in to comment.