From 954cad1f6cdc72fdb900b0f2f59c2e0ebfef445a Mon Sep 17 00:00:00 2001 From: maycarbonbase <90596441+maycarbonbase@users.noreply.github.com> Date: Tue, 25 Jan 2022 15:58:31 +0800 Subject: [PATCH] Update cargo.md relese --> release --- 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 764e4480..83d674f7 100644 --- a/book/contents/first-try/cargo.md +++ b/book/contents/first-try/cargo.md @@ -79,7 +79,7 @@ Hello, world! - `cargo run --release` - `cargo build --release` -运行我们的高性能 `relese` 程序: +运行我们的高性能 `release` 程序: ```console $ ./target/release/world_hello