Fix small typo in contrib 'Uuid' docs.

This commit is contained in:
Sergio Benitez 2021-03-06 03:48:51 -08:00
parent d778c2cb10
commit f454895023
1 changed files with 2 additions and 2 deletions

View File

@ -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
///