Skip to content

Commit

Permalink
fix host name dosc (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor-rud authored Dec 18, 2024
1 parent 44051f1 commit 1350956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poem-openapi/src/types/string_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ impl_string_types!(

#[cfg(feature = "hostname")]
impl_string_types!(
/// A email address type.
/// A hostname type.
#[cfg_attr(docsrs, doc(cfg(feature = "hostname")))]
Hostname,
"string",
Expand Down

0 comments on commit 1350956

Please sign in to comment.