From f3206690d831fb88f8456ae0d3861d00ad0829a7 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 20 Oct 2019 09:56:27 +0100 Subject: fix warning in doc build --- src/knownhosts.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/knownhosts.rs b/src/knownhosts.rs index 8ebd6bf..5957369 100644 --- a/src/knownhosts.rs +++ b/src/knownhosts.rs @@ -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( -- cgit v1.2.3