about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-08-30 11:11:16 -0500
committerAlex Crichton <alex@alexcrichton.com>2017-08-30 13:17:05 -0700
commit16bbff0277e1b3463fdeb969179bb0da8db4eab7 (patch)
tree0065b2ed6391fe33b2a663dc032c66c81c777301 /src
parentc0812c845821318de2143a57a35e8f04e35b63bc (diff)
parent6f7594d50679c2513d2daf2c75b38e1a4fc20823 (diff)
downloadrust-16bbff0277e1b3463fdeb969179bb0da8db4eab7.tar.gz
rust-16bbff0277e1b3463fdeb969179bb0da8db4eab7.zip
Rollup merge of #44172 - mattico:patch-2, r=frewsxcv
Fix link in unstable book entry for Generators
Diffstat (limited to 'src')
-rw-r--r--src/doc/unstable-book/src/language-features/generators.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/language-features/generators.md b/src/doc/unstable-book/src/language-features/generators.md
index 3b7b77e2c3e..7a559a7bec8 100644
--- a/src/doc/unstable-book/src/language-features/generators.md
+++ b/src/doc/unstable-book/src/language-features/generators.md
@@ -2,7 +2,7 @@
 
 The tracking issue for this feature is: [#43122]
 
-[#34511]: https://github.com/rust-lang/rust/issues/43122
+[#43122]: https://github.com/rust-lang/rust/issues/43122
 
 ------------------------