mirror of https://github.com/rwf2/Rocket.git
Fix small typo in contrib 'Uuid' docs.
This commit is contained in:
parent
d778c2cb10
commit
f454895023
|
@ -27,8 +27,8 @@ use rocket::form::{self, FromFormField, ValueField};
|
|||
|
||||
/// UUID data and form guard: consume UUID values.
|
||||
///
|
||||
/// `Uuuid` implements [`FromParam`] and [`FromForm`] for accepting UUID values
|
||||
/// in paths, queries, and forms.
|
||||
/// `Uuid` implements [`FromParam`] and [`FromForm`], allowing UUID values to be
|
||||
/// accepted directly in paths, queries, and forms.
|
||||
///
|
||||
/// # Usage
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue