From 7a293c0d643b00b97c2e6f341ce51b04ce36437f Mon Sep 17 00:00:00 2001 From: bioinformatist Date: Tue, 19 Sep 2017 10:48:49 +0800 Subject: [PATCH] fix translation in 01-01 --- src/ch01-01-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch01-01-installation.md b/src/ch01-01-installation.md index 74f2f07..263617c 100644 --- a/src/ch01-01-installation.md +++ b/src/ch01-01-installation.md @@ -57,7 +57,7 @@ $ rustup update ### 卸载 -卸载 Rust 与安装一个简单。在 shell 中执行卸载脚本: +卸载 Rust 与安装同样简单。在 shell 中执行卸载脚本: ```text $ rustup self uninstall