From 7c03a3fca3fec511c4db6b72babd2ab1844dd3c9 Mon Sep 17 00:00:00 2001 From: Li Keqing Date: Thu, 10 May 2018 21:45:50 +0800 Subject: [PATCH] typo --- src/ch01-03-hello-cargo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch01-03-hello-cargo.md b/src/ch01-03-hello-cargo.md index ed2ab8f..48dd096 100644 --- a/src/ch01-03-hello-cargo.md +++ b/src/ch01-03-hello-cargo.md @@ -154,7 +154,7 @@ $ cargo build 你已经准备好迎来 Rust 之旅的伟大开始!在本章中,你学习了如何: * 使用 `rustup` 安装最新稳定版的 Rust -* 跟新到新版的 Rust +* 更新到新版的 Rust * 打开本地安装的文档 * 直接通过 `rustc` 编写并运行 “Hello, world!” 程序 * 使用 Cargo 风格创建并运行新项目