Skip to content

Commit 117b25b

Browse files
committed
Fix doc building errors
1 parent ad1442b commit 117b25b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addr/src/inet.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ pub enum AddrParseError {
4444
WrongAddrFormat(String),
4545

4646
/// Wrong format of socket address string "{_0}"; use
47-
/// <inet_address>\[:<port>\]
47+
/// \<inet_address\>\[:\<port\>\]
4848
WrongSocketFormat(String),
4949

5050
/// Wrong format of extended socket address string "{_0}"; use
51-
/// <transport>://<inet_address>\[:<port>\]
51+
/// \<transport\>://\<inet_address\>\[:\<port\>\]
5252
WrongSocketExtFormat(String),
5353

5454
/// Unknown transport protocol "{_0}"

0 commit comments

Comments
 (0)