Fixes typo in wasm32-wasip2 doc comment

This commit is contained in:
Zack Slayton 2024-09-07 17:36:47 -04:00
parent ec867f03bc
commit cfe85a3a73
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
//! The `wasm32-wasip2` target is the next evolution of the //! The `wasm32-wasip2` target is the next evolution of the
//! wasm32-wasi target. While the wasi specification is still under //! wasm32-wasi target. While the wasi specification is still under
//! active development, the {review 2 iteration is considered an "island //! active development, the preview 2 iteration is considered an "island
//! of stability" that should allow users to rely on it indefinitely. //! of stability" that should allow users to rely on it indefinitely.
//! //!
//! The `wasi` target is a proposal to define a standardized set of WebAssembly //! The `wasi` target is a proposal to define a standardized set of WebAssembly