From e0f35da9c1839aced4b0db840486b6da0742f444 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Thu, 24 Sep 2015 07:55:59 +0200 Subject: [PATCH] reference: fix anchor link --- src/doc/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/reference.md b/src/doc/reference.md index 83849574260e1..5d2bb1e190428 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -3897,7 +3897,7 @@ references to boxes are dropped. ### 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](#lvalues-rvalues-and-temporaries), or a named local variable. A _local variable_ (or *stack-local* allocation) holds a value directly,