diff options
| author | Simon Kern <simon.kern@rwth-aachen.de> | 2015-05-08 01:46:26 +0200 |
|---|---|---|
| committer | Simon Kern <simon.kern@rwth-aachen.de> | 2015-05-08 01:46:26 +0200 |
| commit | 60c0e75e748dd18917736cdfd36de5a8ed23dce0 (patch) | |
| tree | 818be8e4eb2c38bc04615b03fa0a68ddcb9fd59d | |
| parent | 3e76f2838a68d0669cef64477e7f39af1b6205f6 (diff) | |
| download | rust-60c0e75e748dd18917736cdfd36de5a8ed23dce0.tar.gz rust-60c0e75e748dd18917736cdfd36de5a8ed23dce0.zip | |
fixed href for structs
| -rw-r--r-- | src/doc/trpl/lifetimes.md | 2 |
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, |
