Skip to content

Commit c2482c2

Browse files
committed
Fix documentation referring to private item
1 parent fb2d9a8 commit c2482c2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@
2929
//! from a slice, or from an `std::io` stream.
3030
//!
3131
//! There is also a lower-level API that allows a given PEM file to be fully consumed
32-
//! in one pass, even if it contains different data types: see [`pem::from_slice()`]
33-
//! and the implementation of the [`pem::PemObject`] trait on the `(pem::SectionKind, Vec<u8>)`
34-
//! tuple.
32+
//! in one pass, even if it contains different data types: see the implementation of
33+
//! the [`pem::PemObject`] trait on the `(pem::SectionKind, Vec<u8>)` tuple.
3534
//!
3635
//! ## Creating new certificates and keys
3736
//!

0 commit comments

Comments
 (0)