mirror of https://github.com/rwf2/Rocket.git
Fix typo in requests guide: 'fiel' -> 'field'.
This commit is contained in:
parent
7478f0935d
commit
3da3da85c3
|
@ -904,7 +904,7 @@ expression.
|
|||
Any function in the [`form::validate`] module can be called, and other fields of
|
||||
the form can be passed in by using `self.$field` where `$field` is the name of
|
||||
the field in the structure. You can also apply more than one validation to a
|
||||
fiel by using multiple attributes. For example, the following form validates
|
||||
field by using multiple attributes. For example, the following form validates
|
||||
that the value of the field `confirm` is equal to the value of the field `value`
|
||||
and that it doesn't contain `no`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue