about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSimon Kern <simon.kern@rwth-aachen.de>2015-05-08 01:46:26 +0200
committerSimon Kern <simon.kern@rwth-aachen.de>2015-05-08 01:46:26 +0200
commit60c0e75e748dd18917736cdfd36de5a8ed23dce0 (patch)
tree818be8e4eb2c38bc04615b03fa0a68ddcb9fd59d
parent3e76f2838a68d0669cef64477e7f39af1b6205f6 (diff)
downloadrust-60c0e75e748dd18917736cdfd36de5a8ed23dce0.tar.gz
rust-60c0e75e748dd18917736cdfd36de5a8ed23dce0.zip
fixed href for structs
-rw-r--r--src/doc/trpl/lifetimes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/lifetimes.md b/src/doc/trpl/lifetimes.md
index 981286c82d7..86164a08a43 100644
--- a/src/doc/trpl/lifetimes.md
+++ b/src/doc/trpl/lifetimes.md
@@ -116,7 +116,7 @@ fn main() {
 }
 ```
 
-[struct]: structs.html
+[structs]: structs.html
 
 As you can see, `struct`s can also have lifetimes. In a similar way to functions,