Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Mar 31, 2019
1 parent f5ce804 commit 5e06ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/endpoint/implicits.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ the schema and the json encoders have to be provided separately.

## Form bodies

When mapping either url-encoded or multipart [form bodies](form.html), for each field, a plain codec has to be available
When mapping either url-encoded or multipart [form bodies](forms.html), for each field, a plain codec has to be available
in the implicit scope. That is, a value of type `Codec[R, TextPlain, _]`, for each `R` which is a field of the case
class to which the data is being mapped.

0 comments on commit 5e06ee5

Please sign in to comment.