Skip to content

Commit 3de9619

Browse files
committed
memory model
1 parent 465a2bd commit 3de9619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference/src/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Variables
22

33
A _variable_ is a component of a stack frame, either a named function parameter,
4-
an anonymous [temporary](#lvalues-rvalues-and-temporaries), or a named local
4+
an anonymous [temporary](expressions.html#lvalues-rvalues-and-temporaries), or a named local
55
variable.
66

77
A _local variable_ (or *stack-local* allocation) holds a value directly,

0 commit comments

Comments
 (0)