Skip to content

Commit

Permalink
Merge pull request #20 from alexrudy/docs-typos
Browse files Browse the repository at this point in the history
Typo fixes in lib.rs and algorithms/mod.rs
  • Loading branch information
alexrudy authored Dec 4, 2023
2 parents 26ee6a2 + 01449a4 commit 6ac429c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ ecosystem.
//! Most of the traits are designed to be object-safe when used with the [`Token`] type,
//! so that they can be used with a single type-erased key type.
//!
//! Since RustCrypto [signature](https://docs.rs/signature/latest/signature/) signing and
//! RustCrypto [signature](https://docs.rs/signature/latest/signature/) signing and
//! verifying traits are generic over the signature type, to allow for optimizations
//! from specific signature algorithms to be applied. When using a type-erased keys,
//! this is not possible, so the [`TokenSigner`] and [`TokenVerifier`] traits are
//! from specific signature algorithms to be used when desired. When using a type-erased
//! keys, this is not possible, so the [`TokenSigner`] and [`TokenVerifier`] traits are
//! also designed to work with the [`SignatureBytes`] type, which is a type-erased
//! signature type.
//!
Expand Down

0 comments on commit 6ac429c

Please sign in to comment.