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

@ -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