Skip to content

Commit

Permalink
Fix doc building errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 27, 2022
1 parent ad1442b commit 117b25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addr/src/inet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ pub enum AddrParseError {
WrongAddrFormat(String),

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

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

/// Unknown transport protocol "{_0}"
Expand Down

0 comments on commit 117b25b

Please sign in to comment.