From 719083bad22f3882387075cd453078bc0c7be4a6 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Mon, 9 Sep 2024 19:05:18 +0400 Subject: [PATCH] docs: explicitly specify plaintext format --- src/certs/file_sscv.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/certs/file_sscv.rs b/src/certs/file_sscv.rs index fb96ace..6065c2e 100644 --- a/src/certs/file_sscv.rs +++ b/src/certs/file_sscv.rs @@ -13,8 +13,8 @@ pub struct KnownHostsFile { impl KnownHostsFile { /// Read or create a known_hosts file at the given path. /// Format of known_hosts is: _(fields are separated by any space sequence)_ - /// ``` - /// #host expires algo base64 fingerprint + /// ```text + /// # host expires algo base64 fingerprint /// dc09.ru 1722930541 sha512 dGVzdHRlc3R0ZXN0Cg /// ``` pub async fn parse_file(path: impl AsRef) -> std::io::Result {