Skip to content

Commit 09ff1b4

Browse files
committed
Make a link point to a more accurate location
1 parent 1c86ce5 commit 09ff1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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](expressions.html#lvalues-and-rvalues), or a named local
4+
an anonymous [temporary](expressions.html#temporary-lifetimes), or a named local
55
variable.
66

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

0 commit comments

Comments
 (0)