From 97dee7c164a38e7ee2fe20fb66c7c31e742024c2 Mon Sep 17 00:00:00 2001 From: renxinxie <1700017774@pku.edu.cn> Date: Thu, 4 Nov 2021 21:33:49 +0800 Subject: [PATCH] fix some typo --- 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 65033d2..7bf8f6e 100644 --- a/src/ch01-01-installation.md +++ b/src/ch01-01-installation.md @@ -35,7 +35,7 @@ Rust is installed now. Great! $ xcode-select --install ``` -根据发行版的文档,Linux 用户通常应该安装 GCC 或 Clang。例如,如果你使用 Ubuntu,则可以安装 则可以安装 `build-essential` 包。 +根据发行版的文档,Linux 用户通常应该安装 GCC 或 Clang。例如,如果你使用 Ubuntu,则可以安装 `build-essential` 包。 ### 在 Windows 上安装 `rustup`