We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183acc2 commit 3276af7Copy full SHA for 3276af7
doc/rust.md
@@ -2851,9 +2851,9 @@ and lifetime semantics of the memory model.
2851
2852
## Memory model
2853
2854
-A Rust [task](#tasks)'s memory consists of a static set of *items*, a set of
2855
-tasks each with its own *stack*, and a *heap*. Immutable portions of the heap
2856
-may be shared between tasks, mutable portions may not.
+A Rust program's memory consists of a static set of *items*, a set of
+[tasks](#tasks) each with its own *stack*, and a *heap*. Immutable portions of
+the heap may be shared between tasks, mutable portions may not.
2857
2858
Allocations in the stack consist of *slots*, and allocations in the heap
2859
consist of *boxes*.
0 commit comments