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.
2 parents 23c88ff + 7d6d39b commit eb41060Copy full SHA for eb41060
src/doc/book/the-stack-and-the-heap.md
@@ -539,7 +539,7 @@ instead.
539
# Which to use?
540
541
So if the stack is faster and easier to manage, why do we need the heap? A big
542
-reason is that Stack-allocation alone means you only have LIFO semantics for
+reason is that Stack-allocation alone means you only have 'Last In First Out (LIFO)' semantics for
543
reclaiming storage. Heap-allocation is strictly more general, allowing storage
544
to be taken from and returned to the pool in arbitrary order, but at a
545
complexity cost.
0 commit comments