Fix typos “a”→“an”
This commit is contained in:
parent
2ad56d5c90
commit
bf88b113ea
99 changed files with 157 additions and 157 deletions
|
@ -5,7 +5,7 @@
|
|||
//!
|
||||
//! - If you have a list that rarely stores more than one element, then this
|
||||
//! data-structure can store the element without allocating and only uses as
|
||||
//! much space as a `Option<(T, usize)>`. If T can double as the `Option`
|
||||
//! much space as an `Option<(T, usize)>`. If T can double as the `Option`
|
||||
//! discriminant, it will even only be as large as `T, usize`.
|
||||
//!
|
||||
//! If you expect to store more than 1 element in the common case, steer clear
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue