Unverified Commit 0d8561b5 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #1202 from traviscross/fix-chain-typo

Fix documentation typo of "chain"
parents 2fe7462a ac8214da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2594,7 +2594,7 @@ impl SslRef {
        }
    }

    /// Returns the verified certificate chani of the peer, including the leaf certificate.
    /// Returns the verified certificate chain of the peer, including the leaf certificate.
    ///
    /// If verification was not successful (i.e. [`verify_result`] does not return
    /// [`X509VerifyResult::OK`]), this chain may be incomplete or invalid.