memory model

This commit is contained in:
Steve Klabnik 2017-02-21 00:27:06 -05:00
parent 465a2bd75f
commit 3de961972f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Variables
A _variable_ is a component of a stack frame, either a named function parameter,
an anonymous [temporary](#lvalues-rvalues-and-temporaries), or a named local
an anonymous [temporary](expressions.html#lvalues-rvalues-and-temporaries), or a named local
variable.
A _local variable_ (or *stack-local* allocation) holds a value directly,