From ea1c087dd01f57689d31c5278e61380939241da3 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sun, 2 Dec 2018 19:00:37 +0000 Subject: [PATCH] Update src/c-tips/c-tips.md Co-Authored-By: adamgreig --- src/c-tips/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c-tips/index.md b/src/c-tips/index.md index 8bd5516..81c8af8 100644 --- a/src/c-tips/index.md +++ b/src/c-tips/index.md @@ -192,7 +192,7 @@ data processing code. See the [Iterators in the Book] and [Iterator documentation] for more details. [Iterators in the Book]: https://doc.rust-lang.org/book/second-edition/ch13-02-iterators.html -[Iterator method documentation]: https://doc.rust-lang.org/core/iter/trait.Iterator.html +[Iterator documentation]: https://doc.rust-lang.org/core/iter/trait.Iterator.html ## References vs Pointers