Skip to content

Commit

Permalink
fix warning in doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Oct 20, 2019
1 parent c60e75a commit f320669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/knownhosts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ impl KnownHosts {
/// The host is the host name in plain text. The host name can be the IP
/// numerical address of the host or the full name. If you want to add a key
/// for a specific port number for the given host, you must provide the host
/// name like '[host]:port' with the actual characters '[' and ']' enclosing
/// name like `"[host]:port"` with the actual characters `[` and `]` enclosing
/// the host name and a colon separating the host part from the port number.
/// For example: "[host.example.com]:222".
/// For example: `"[host.example.com]:222"`.
///
/// The key provided must be the raw key for the host.
pub fn add(
Expand Down

0 comments on commit f320669

Please sign in to comment.