From 660398d8d746e02a4b9906421240327d31ae4c87 Mon Sep 17 00:00:00 2001 From: sunface Date: Thu, 24 Feb 2022 16:48:20 +0800 Subject: [PATCH] update readme.md --- Readme.md | 4 ++-- en/src/why-exercise.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 3c2b9f9..a940693 100644 --- a/Readme.md +++ b/Readme.md @@ -3,11 +3,11 @@ Greetings and welcome to `exercise.rs`, If you have the following problems: -- After learning some rust knowledge, you want to take a step: do some exercises, but found unchallenging ones +- After learning some rust knowledge, you want make further step: do some exercises, but found unchallenging ones - Found nothing about rust toolchains, std, ascyn/.await topics - Still have no idea of what to do next, maybe you tried writing a demo /project, but... not that good or even worse: failed -Then you have come to a right place: here you can find a bunch of easy to hard exercises to improve your Rust skills,this will help you fill the gap of easy-to-learn and hard-to-use. +Then you have come to a right place: here you can find a bunch of easy to hard exercises to improve your Rust skills which cover almost every topic in Rust,this will help you fill the gap of easy-to-learn and hard-to-use. ## Online Reading This book is written in English and Chinese, you can pick up the language you are familiar with: diff --git a/en/src/why-exercise.md b/en/src/why-exercise.md index b9ce44c..c703609 100644 --- a/en/src/why-exercise.md +++ b/en/src/why-exercise.md @@ -3,11 +3,11 @@ Greetings and welcome to `exercise.rs`, If you have the following problems: -- After learning some rust knowledge, you want to take a step: do some exercises, but found unchallenging ones +- After learning some rust knowledge, you want make further step: do some exercises, but found unchallenging ones - Found nothing about rust toolchains, std, ascyn/.await topics - Still have no idea of what to do next, maybe you tried writing a demo /project, but... not that good or even worse: failed -Then you have come to a right place: here you can find a bunch of easy to hard exercises to improve your Rust skills,this will help you fill the gap of easy-to-learn and hard-to-use. +Then you have come to a right place: here you can find a bunch of easy to hard exercises to improve your Rust skills which cover almost every topic in Rust,this will help you fill the gap of easy-to-learn and hard-to-use. ## About exercises - The only correct way: make exercise comipile with NO ERRORS!