From b0e5470ae557845e5b1f5c304f59f21b1f47f5d8 Mon Sep 17 00:00:00 2001 From: Martijn Gribnau Date: Fri, 28 Apr 2023 01:44:00 +0200 Subject: [PATCH] Fix markdown code element in error::is_library --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.rs b/src/error.rs index 1b1438e4..eb2b2acb 100644 --- a/src/error.rs +++ b/src/error.rs @@ -104,7 +104,7 @@ impl Error { ) } - /// Returns true if the error was created by `h2. + /// Returns true if the error was created by `h2`. /// /// Such as noticing some protocol error and sending a GOAWAY or RST_STREAM. pub fn is_library(&self) -> bool {