Skip to content

Commit 5260de8

Browse files
authored
Update dynsized_constraints.md
1 parent f24c4f2 commit 5260de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/design_notes/dynsized_constraints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In addition, `Weak` are pointers to the *reference count* part of the `ArcInner`
4242
and thus need to *statically* know the alignment of the pointee type to determine the offset
4343
(it cannot call `align_of_val_raw` without first knowing the offset).
4444

45-
There are three potential resolutions that cover both size and alignment:
45+
There are three potential resolutions that handle both size and alignment uniformly:
4646

4747
- Store layout information in the `ArcInner` header, or
4848
- Require that layout be determined solely from pointee metadata, or

0 commit comments

Comments
 (0)