From fe59cf6061bce5159356e8c5b470b0ff88a4ce81 Mon Sep 17 00:00:00 2001 From: Oliver THEBAULT Date: Fri, 15 Jan 2021 08:30:17 +0100 Subject: [PATCH] fix stjepang name --- src/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/introduction.md b/src/introduction.md index 59db955..a95eb65 100644 --- a/src/introduction.md +++ b/src/introduction.md @@ -21,7 +21,7 @@ articles about async runtimes and executors, and if the rumors are right there is more to come from him in the near future. The way you should go about it is to read this book first, then continue -reading the [articles from stejpang](https://stjepang.github.io/) to learn more +reading the [articles from stjepang](https://stjepang.github.io/) to learn more about runtimes and how they work, especially: 1. [Build your own block_on()](https://web.archive.org/web/20200511234503/https://stjepang.github.io/2020/01/25/build-your-own-block-on.html)