From fa62d690c001f898e847fc5c354493e825149e36 Mon Sep 17 00:00:00 2001 From: ihor rudynskyi Date: Tue, 17 Dec 2024 17:22:23 +0100 Subject: [PATCH] fix host name dosc --- poem-openapi/src/types/string_types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poem-openapi/src/types/string_types.rs b/poem-openapi/src/types/string_types.rs index 436d29dc39..9c12e974dc 100644 --- a/poem-openapi/src/types/string_types.rs +++ b/poem-openapi/src/types/string_types.rs @@ -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",