From 6dcb1cf60c9af6277f8b20df3cf3a314c5383189 Mon Sep 17 00:00:00 2001 From: Li Hongzhang Date: Wed, 2 Sep 2020 14:36:31 +0800 Subject: [PATCH] fix typo: about is -> is about --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac302fa..05f859c 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ I am a Canadian who lives in Korea, and I wrote Easy Rust while thinking of how # Part 1 - Rust in your browser -This book has two parts. In Part 1, you will learn as much Rust as you can just in your browser. You can actually learn almost everything you need to know without installing Rust, so Part 1 is very long. Then at the end is Part 2. It is much shorter, and about is Rust on your computer. That's where you will learn everything else you need to know that you can only do outside of a browser. Some examples are: working with files, taking user input, graphics, and personal settings. Hopefully, by the end of Part 1 you will like Rust enough that you will install it. And if you don't, no problem - Part 1 teaches you so much that you won't mind. +This book has two parts. In Part 1, you will learn as much Rust as you can just in your browser. You can actually learn almost everything you need to know without installing Rust, so Part 1 is very long. Then at the end is Part 2. It is much shorter, and is about Rust on your computer. That's where you will learn everything else you need to know that you can only do outside of a browser. Some examples are: working with files, taking user input, graphics, and personal settings. Hopefully, by the end of Part 1 you will like Rust enough that you will install it. And if you don't, no problem - Part 1 teaches you so much that you won't mind. ## Rust Playground