From 9e4f7c1e65745b42f21f636268cf8c2f7cbe41e4 Mon Sep 17 00:00:00 2001 From: Sunface Date: Mon, 7 Mar 2022 09:32:15 +0800 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 25514e5..98995a3 100644 --- a/Readme.md +++ b/Readme.md @@ -18,7 +18,7 @@ Although they are so awesome, we have our own secret weapons :) - Besides examples, we have `a lot of exercises`, you can Read, Edit and Run them ONLINE -- Covering nearly all aspects of Rust, such as async/await, threads, sync primitives, optimizing and standard libraries** etc. +- Covering nearly all aspects of Rust, such as async/await, threads, sync primitives, optimizing and standard libraries etc. - Every exercise has its own solutions