Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pylls committed Nov 30, 2023
1 parent 3caf5e0 commit 20c8ca1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20c8ca1

Please sign in to comment.