Skip to content

Commit 0b7d4f7

Browse files
clarify wording
Co-authored-by: Josh Triplett <[email protected]>
1 parent 8dde3eb commit 0b7d4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/items/static-items.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Static items have the `static` lifetime, which outlives all other lifetimes in a
2121
Static items do not call [`drop`] at the end of the program.
2222

2323
r[items.static.storage-disjointness]
24-
If the `static` has a size of at least 1 byte, this allocated object is disjoint from all other
24+
If the `static` has a size of at least 1 byte, this allocated object is disjoint from all other such
2525
`static` objects as well as heap-allocated and stack-allocated variables. However, the storage of
2626
immutable `static` items can overlap with objects that do not themselves have a unique address, such
2727
as [promoteds] and [`const` items][constant].

0 commit comments

Comments
 (0)