From 2b61e14211dc9c6518d7aa87379a0afba142f1bb Mon Sep 17 00:00:00 2001 From: Ivan Nikulin Date: Wed, 11 Nov 2020 20:40:58 +0000 Subject: [PATCH] Fix doc comment --- boring/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boring/src/lib.rs b/boring/src/lib.rs index 9c087714..ec1aca52 100644 --- a/boring/src/lib.rs +++ b/boring/src/lib.rs @@ -1,4 +1,4 @@ -//! Bindings to OpenSSL +//! Bindings to BoringSSL //! //! This crate provides a safe interface to the BoringSSL cryptography library.