We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf600b commit db7125fCopy full SHA for db7125f
library/alloc/src/vec/in_place_collect.rs
@@ -9,7 +9,7 @@
9
//! or [`BinaryHeap<T>`], the adapters guarantee to consume enough items per step to make room
10
//! for the results (represented by [`InPlaceIterable`]), provide transitive access to `source`
11
//! (via [`SourceIter`]) and thus the underlying allocation.
12
-//! And finally there are alignment and size constriants to consider, this is currently ensured via
+//! And finally there are alignment and size constraints to consider, this is currently ensured via
13
//! const eval instead of trait bounds in the specialized [`SpecFromIter`] implementation.
14
//!
15
//! [`BinaryHeap<T>`]: crate::collections::BinaryHeap
0 commit comments