We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Layout::extend
1 parent e862c01 commit 76d3003Copy full SHA for 76d3003
src/libcore/alloc.rs
@@ -253,7 +253,7 @@ impl Layout {
253
254
/// Creates a layout describing the record for `self` followed by
255
/// `next`, including any necessary padding to ensure that `next`
256
- /// will be properly aligned. Note that the result layout will
+ /// will be properly aligned. Note that the resulting layout will
257
/// satisfy the alignment properties of both `self` and `next`.
258
///
259
/// The resulting layout will be the same as that of a C struct containing
0 commit comments