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.
1 parent ad1442b commit 117b25bCopy full SHA for 117b25b
addr/src/inet.rs
@@ -44,11 +44,11 @@ pub enum AddrParseError {
44
WrongAddrFormat(String),
45
46
/// Wrong format of socket address string "{_0}"; use
47
- /// <inet_address>\[:<port>\]
+ /// \<inet_address\>\[:\<port\>\]
48
WrongSocketFormat(String),
49
50
/// Wrong format of extended socket address string "{_0}"; use
51
- /// <transport>://<inet_address>\[:<port>\]
+ /// \<transport\>://\<inet_address\>\[:\<port\>\]
52
WrongSocketExtFormat(String),
53
54
/// Unknown transport protocol "{_0}"
0 commit comments