Change "result" to "resulting" in Layout::extend's docs
This commit is contained in:
parent
e862c01aad
commit
76d3003d4c
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ impl Layout {
|
|||
|
||||
/// Creates a layout describing the record for `self` followed by
|
||||
/// `next`, including any necessary padding to ensure that `next`
|
||||
/// will be properly aligned. Note that the result layout will
|
||||
/// will be properly aligned. Note that the resulting layout will
|
||||
/// satisfy the alignment properties of both `self` and `next`.
|
||||
///
|
||||
/// The resulting layout will be the same as that of a C struct containing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue