We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0126e8 commit 0c4bc58Copy full SHA for 0c4bc58
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