Skip to content

Commit

Permalink
Clarify the subject in a sentence in the crate-level docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Nov 19, 2021
1 parent b2573dc commit 42e5d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

//! A wrapper around the decomposed parts of a `Vec<T>`.
//!
//! This struct contains the `Vec`'s internal pointer, length, and allocated
//! capacity.
//! This crate defines a struct that contains the `Vec`'s internal pointer,
//! length, and allocated capacity.
//!
//! [`RawParts`] makes [`Vec::from_raw_parts`] and [`Vec::into_raw_parts`] easier
//! to use by giving names to the returned values. This prevents errors from
Expand Down

0 comments on commit 42e5d13

Please sign in to comment.