Fix typos

This commit is contained in:
Cherry 2025-09-12 11:38:16 -07:00
parent 8179082517
commit f12a5a79c0
No known key found for this signature in database
GPG key ID: 8B5DD74E59C6C5AB
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
<h1>Nightly build state for {{nightly}}</h1> <h1>Nightly build state for {{nightly}}</h1>
<a href="/">Home</a> <a href="/">Home</a>
<p> <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). 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. 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. codegen/linking of core works, but does not check whether std builds.
</p> </p>
<p> <p>
The build is performned with The build is performed with
<code>cargo build --release -Zbuild-std</code> for a library crate. This <code>cargo build --release -Zbuild-std</code> for a library crate. This
checks whether everything builds successfully (excluding binary linking, checks whether everything builds successfully (excluding binary linking,
which often requires complex toolchains). For no-std targets, Cargo's which often requires complex toolchains). For no-std targets, Cargo's