Skip to content

Commit 12a86f0

Browse files
committed
librustls: fix typo in server cert verifier builder docs
The removed sentence fragment is incomplete, and is covered by the next paragraph.
1 parent 5c88e9f commit 12a86f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

librustls/src/rustls.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2689,7 +2689,7 @@ void rustls_web_pki_client_cert_verifier_builder_free(struct rustls_web_pki_clie
26892689

26902690
/**
26912691
* Create a `rustls_web_pki_server_cert_verifier_builder` using the process-wide default
2692-
* crypto provider. Caller owns the memory and may free it with
2692+
* crypto provider.
26932693
*
26942694
* Caller owns the memory and may free it with `rustls_web_pki_server_cert_verifier_builder_free`,
26952695
* regardless of whether `rustls_web_pki_server_cert_verifier_builder_build` was called.

librustls/src/verifier.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ pub(crate) struct ServerCertVerifierBuilder {
409409

410410
impl ServerCertVerifierBuilder {
411411
/// Create a `rustls_web_pki_server_cert_verifier_builder` using the process-wide default
412-
/// crypto provider. Caller owns the memory and may free it with
412+
/// crypto provider.
413413
///
414414
/// Caller owns the memory and may free it with `rustls_web_pki_server_cert_verifier_builder_free`,
415415
/// regardless of whether `rustls_web_pki_server_cert_verifier_builder_build` was called.

0 commit comments

Comments
 (0)