diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-09-24 07:55:59 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-09-24 07:55:59 +0200 |
| commit | e0f35da9c1839aced4b0db840486b6da0742f444 (patch) | |
| tree | 6c34d64a73a48afa952a9f5634f0a0f3591147a1 | |
| parent | 07ca1ab1ec32ac99a61312ec07d66db5f3657040 (diff) | |
| download | rust-e0f35da9c1839aced4b0db840486b6da0742f444.tar.gz rust-e0f35da9c1839aced4b0db840486b6da0742f444.zip | |
reference: fix anchor link
| -rw-r--r-- | src/doc/reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index 83849574260..5d2bb1e1904 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, |
