We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7d4f7 commit 08688f1Copy full SHA for 08688f1
src/items/static-items.md
@@ -22,7 +22,7 @@ Static items do not call [`drop`] at the end of the program.
22
23
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 such
25
-`static` objects as well as heap-allocated and stack-allocated variables. However, the storage of
+`static` objects as well as heap allocations and stack-allocated variables. However, the storage of
26
immutable `static` items can overlap with objects that do not themselves have a unique address, such
27
as [promoteds] and [`const` items][constant].
28
0 commit comments