Skip to content

Commit 9e73900

Browse files
sbernauerTechassi
andauthored
Update crates/stackable-operator/src/commons/networking.rs
Co-authored-by: Techassi <[email protected]>
1 parent 16016dc commit 9e73900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/commons/networking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub enum HostNameParseError {
5858
InvalidHostname { hostname: String },
5959
}
6060

61-
/// A validated hostname (either a [`DomainName`] or IP address) type.
61+
/// A validated hostname, which is either a [`DomainName`] or [`IpAddr`].
6262
#[derive(Serialize, Deserialize, Clone, Debug, Eq, PartialEq, Hash, Ord, PartialOrd)]
6363
#[serde(try_from = "String", into = "String")]
6464
pub enum HostName {

0 commit comments

Comments
 (0)