diff options
| author | Ivan Tham <pickfire@riseup.net> | 2020-11-25 11:11:25 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-25 11:11:25 +0800 |
| commit | 6b272e0231f02fcf5e6d9f2f42fcf232b43476ef (patch) | |
| tree | 9e2d966efb33fd337c9b7d785c25064536f8a5b3 | |
| parent | 872b5cd80a38eb6c6c5a513c676818abcb0916b9 (diff) | |
| download | rust-6b272e0231f02fcf5e6d9f2f42fcf232b43476ef.tar.gz rust-6b272e0231f02fcf5e6d9f2f42fcf232b43476ef.zip | |
Fix typo in keyword link
Co-authored-by: Camelid <camelidcamel@gmail.com>
| -rw-r--r-- | library/std/src/keyword_docs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/keyword_docs.rs b/library/std/src/keyword_docs.rs index e05e72d9a89..5f7f519560a 100644 --- a/library/std/src/keyword_docs.rs +++ b/library/std/src/keyword_docs.rs @@ -884,7 +884,7 @@ mod while_keyword {} /// /// See also, [`for`]. /// -/// [`for`]: keyword.loop.html +/// [`for`]: keyword.for.html /// [Reference]: ../reference/expressions/loop-expr.html mod loop_keyword {} |
