Skip to content

Commit 76d3003

Browse files
committed
Change "result" to "resulting" in Layout::extend's docs
1 parent e862c01 commit 76d3003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/alloc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ impl Layout {
253253

254254
/// Creates a layout describing the record for `self` followed by
255255
/// `next`, including any necessary padding to ensure that `next`
256-
/// will be properly aligned. Note that the result layout will
256+
/// will be properly aligned. Note that the resulting layout will
257257
/// satisfy the alignment properties of both `self` and `next`.
258258
///
259259
/// The resulting layout will be the same as that of a C struct containing

0 commit comments

Comments
 (0)