From 74054891261f26787bfec23399d1be487193976f Mon Sep 17 00:00:00 2001 From: Glyn Normington Date: Wed, 13 Dec 2023 17:36:13 +0000 Subject: [PATCH] Update src/unofficial.md --- src/unofficial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unofficial.md b/src/unofficial.md index 58f068e..6e991aa 100644 --- a/src/unofficial.md +++ b/src/unofficial.md @@ -29,7 +29,7 @@ Introductory: * [_Rust for Node Developers_](https://github.com/Mercateo/rust-for-node-developers/blob/master/setup/README.md) * [Rust for the Polyglot Programmer](https://www.chiark.greenend.org.uk/~ianmdlvl/rust-polyglot/index.html) * [_Rustic Symmetries_](https://github.com/kmcallister/rustic-symmetries/blob/master/README.md#rustic-symmetries) -* [Rust Iterators](https://github.com/rustomax/rust-iterators/#introduction) +* [_Rust Iterators_](https://github.com/rustomax/rust-iterators/#introduction) * [_Rust Ownership, the Hard Way_](https://chrismorgan.info/blog/rust-ownership-the-hard-way/) * [Rust 101](https://rust-lang.guide/) - Rust programming language learning guide * [The Node Experiment](https://web.archive.org/web/20230125023131/https://cfsamson.github.io/book-exploring-async-basics/)