Skip to content

Commit c104ba3

Browse files
committed
Rollup merge of rust-lang#28619 - tshepang:fix-link, r=steveklabnik
2 parents 668ffb1 + e0f35da commit c104ba3

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
@@ -3898,7 +3898,7 @@ references to boxes are dropped.
38983898
### Variables
38993899

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

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

0 commit comments

Comments
 (0)