Skip to content

Commit e0f35da

Browse files
committed
reference: fix anchor link
1 parent 07ca1ab commit e0f35da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3897,7 +3897,7 @@ references to boxes are dropped.
38973897
### Variables
38983898

38993899
A _variable_ is a component of a stack frame, either a named function parameter,
3900-
an anonymous [temporary](#lvalues,-rvalues-and-temporaries), or a named local
3900+
an anonymous [temporary](#lvalues-rvalues-and-temporaries), or a named local
39013901
variable.
39023902

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

0 commit comments

Comments
 (0)