Skip to content

Commit

Permalink
Fix markdown code element in error::is_library
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre authored and seanmonstar committed Apr 28, 2023
1 parent 072f7ee commit b0e5470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b0e5470

Please sign in to comment.