Skip to content

Commit

Permalink
Fix small typo in contrib 'Uuid' docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Mar 6, 2021
1 parent d778c2c commit f454895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/lib/src/uuid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit f454895

Please sign in to comment.