From f3f88d0e1e23032acca03052dbdbf9f7ea565a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E9=A3=9ESunface?= Date: Fri, 11 Feb 2022 14:59:40 +0800 Subject: [PATCH] Update book/contents/first-try/cargo.md --- book/contents/first-try/cargo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/contents/first-try/cargo.md b/book/contents/first-try/cargo.md index 77a70fc3..7003acb9 100644 --- a/book/contents/first-try/cargo.md +++ b/book/contents/first-try/cargo.md @@ -97,7 +97,7 @@ Hello, world! - `cargo run --release` - `cargo build --release` -试着运行一下我们高性能的 `relese` 程序: +试着运行一下我们高性能的 `release` 程序: ```console $ ./target/release/world_hello