From b213eec65d2e1b38e1309d3a4cccedbb6d644dde Mon Sep 17 00:00:00 2001 From: Cherry <13651622+MolotovCherry@users.noreply.github.com> Date: Fri, 12 Sep 2025 11:38:16 -0700 Subject: [PATCH] Fix typos --- templates/nightly.html | 2 +- templates/target.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/nightly.html b/templates/nightly.html index f42ed62..3207c90 100644 --- a/templates/nightly.html +++ b/templates/nightly.html @@ -10,7 +10,7 @@
- The build is performned with cargo build --release -Zbuild-std for a library crate.
+ The build is performed with cargo build --release -Zbuild-std for a library crate.
This checks whether everything builds successfully (excluding binary linking, which often requires complex toolchains).
For no-std targets, Cargo's build-std logic is used for figuring out whether to build std or not.
diff --git a/templates/target.html b/templates/target.html
index a39765c..b55660f 100644
--- a/templates/target.html
+++ b/templates/target.html
@@ -23,7 +23,7 @@
codegen/linking of core works, but does not check whether std builds.
- The build is performned with
+ The build is performed with
cargo build --release -Zbuild-std for a library crate. This
checks whether everything builds successfully (excluding binary linking,
which often requires complex toolchains). For no-std targets, Cargo's