From 20c8ca126fee361d43cc3e1aaac70f5b94996156 Mon Sep 17 00:00:00 2001 From: pulls Date: Thu, 30 Nov 2023 08:35:52 +0100 Subject: [PATCH] docs: typo --- src/lib.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 20e99af..ec3d03d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,9 +3,8 @@ //! //! Consider encrypted communication protocols such as TLS, QUIC, WireGuard, or //! Tor. While the connections are encrypted, *patterns* in the encrypted -//! communication may still leak information about the underlying plaintext -//! being communicated over encrypted. Maybenot is a framework for creating -//! defenses that hide such patterns. +//! communication may still leak information about the communicated plaintext. +//! Maybenot is a framework for creating defenses that hide such patterns. //! //! If you want to use Maybenot, see [`framework`] for details. As a user, that //! is typically all that you need and the other modules can be ignored. Note