Skip to content

Commit

Permalink
Fixed documentation spelling mistake (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
LockedThread committed Aug 24, 2024
1 parent 89c288b commit d559882
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utoipa/src/openapi/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1771,11 +1771,11 @@ pub enum KnownFormat {
Byte,
/// binary data (octet).
Binary,
/// ISO-8601 full time format [FRC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14).
/// ISO-8601 full time format [RFC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14).
Time,
/// ISO-8601 full date [FRC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14).
/// ISO-8601 full date [RFC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14).
Date,
/// ISO-8601 full date time [FRC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14).
/// ISO-8601 full date time [RFC3339](https://xml2rfc.ietf.org/public/rfc/html/rfc3339.html#anchor14).
DateTime,
/// duration format from [RFC3339 Appendix-A](https://datatracker.ietf.org/doc/html/rfc3339#appendix-A).
Duration,
Expand Down

0 comments on commit d559882

Please sign in to comment.