diff --git a/src/lib.rs b/src/lib.rs index e051822..2c1be83 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -29,9 +29,8 @@ //! from a slice, or from an `std::io` stream. //! //! There is also a lower-level API that allows a given PEM file to be fully consumed -//! in one pass, even if it contains different data types: see [`pem::from_slice()`] -//! and the implementation of the [`pem::PemObject`] trait on the `(pem::SectionKind, Vec)` -//! tuple. +//! in one pass, even if it contains different data types: see the implementation of +//! the [`pem::PemObject`] trait on the `(pem::SectionKind, Vec)` tuple. //! //! ## Creating new certificates and keys //!