We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18a79e0 + 0c4bc58 commit 573e537Copy full SHA for 573e537
src/libcore/alloc.rs
@@ -53,7 +53,7 @@ pub struct Layout {
53
54
impl Layout {
55
/// Constructs a `Layout` from a given `size` and `align`,
56
- /// or returns `LayoutErr` if either of the following conditions
+ /// or returns `LayoutErr` if any of the following conditions
57
/// are not met:
58
///
59
/// * `align` must not be zero,
0 commit comments