Skip to content

Commit 8128bb3

Browse files
author
germaniuss
committed
✏️ zb: Correct grammar in code comment
1 parent c30f575 commit 8128bb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • zbus/src/address/transport

zbus/src/address/transport/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ impl Transport {
115115
SocketAddr::from_abstract_name(name.as_encoded_bytes())?
116116
}
117117
UnixSocket::Dir(_) | UnixSocket::TmpDir(_) => {
118-
// you can't connect to a unix:dir
118+
// You can't connect to a unix:dir.
119119
return Err(Error::Unsupported);
120120
}
121121
};

0 commit comments

Comments
 (0)