We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efbed8b + 907a20c commit 0e92c5eCopy full SHA for 0e92c5e
src/libstd/sys/unix/ext/net.rs
@@ -110,7 +110,7 @@ impl SocketAddr {
110
})
111
}
112
113
- /// Returns true iff the address is unnamed.
+ /// Returns true if and only if the address is unnamed.
114
#[stable(feature = "unix_socket", since = "1.10.0")]
115
pub fn is_unnamed(&self) -> bool {
116
if let AddressKind::Unnamed = self.address() {
0 commit comments