Fix minor typo in requests guide.

This commit is contained in:
Sergio Benitez 2021-03-25 18:06:12 -07:00
parent e7934a2a3f
commit 4741ae0787
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ lenient. `Form` is lenient by default, so a `Form<Lenient<T>>` is redundant, but
A form guard may specify a default value to use when a field is missing. The
default value is used only when parsing is _lenient_. When _strict_, all errors,
including, missing fields are propagated directly.
including missing fields, are propagated directly.
Some types with defaults include `bool`, which defaults to `false`, useful for
checkboxes, `Option<T>`, which defaults to `None`, and [`form::Result`], which