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. /// UUID data and form guard: consume UUID values.
/// ///
/// `Uuuid` implements [`FromParam`] and [`FromForm`] for accepting UUID values /// `Uuid` implements [`FromParam`] and [`FromForm`], allowing UUID values to be
/// in paths, queries, and forms. /// accepted directly in paths, queries, and forms.
/// ///
/// # Usage /// # Usage
/// ///