Skip to content

Commit af111ee

Browse files
fixes link for turbofish in testcase_mapreduce.md (#1572)
closes #1533
1 parent 15c81d8 commit af111ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std_misc/threads/testcase_mapreduce.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,6 @@ defined by a static constant at the beginning of the program.
139139
[closures]: ../../fn/closures.md
140140
[move]: ../../scope/move.md
141141
[move_closure]: https://doc.rust-lang.org/book/ch13-01-closures.html#closures-can-capture-their-environment
142-
[turbofish]: https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.collect
142+
[turbofish]: https://doc.rust-lang.org/book/appendix-02-operators.html?highlight=turbofish
143143
[unwrap]: ../../error/option_unwrap.md
144144
[enumerate]: https://doc.rust-lang.org/book/loops.html#enumerate

0 commit comments

Comments
 (0)