Fix typos

This commit is contained in:
Cherry 2025-09-12 11:38:16 -07:00 committed by nora
parent 8179082517
commit b213eec65d
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
<h1>Nightly build state for {{nightly}}</h1>
<a href="/">Home</a>
<p>
The build is performned with <code>cargo build --release -Zbuild-std</code> for a library crate.
The build is performed with <code>cargo build --release -Zbuild-std</code> 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.

View file

@ -23,7 +23,7 @@
codegen/linking of core works, but does not check whether std builds.
</p>
<p>
The build is performned with
The build is performed with
<code>cargo build --release -Zbuild-std</code> for a library crate. This
checks whether everything builds successfully (excluding binary linking,
which often requires complex toolchains). For no-std targets, Cargo's