about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKaden Nelson <kadenlnelson@gmail.com>2024-11-09 15:16:22 -0600
committerKaden Nelson <kadenlnelson@gmail.com>2024-11-09 22:27:21 -0600
commit2ac1c1868f8034dd8a8b8d4c82fd0b9abb66a0f1 (patch)
tree3852b6e217a91354f305ef2448fbd65d99827817
parent328b759142ddeae96da83176f103200009d3e3f1 (diff)
downloadrust-2ac1c1868f8034dd8a8b8d4c82fd0b9abb66a0f1.tar.gz
rust-2ac1c1868f8034dd8a8b8d4c82fd0b9abb66a0f1.zip
Update grammar in wasm-c-abi's compiler flag documentation
Co-authored-by: Jubilee <workingjubilee@gmail.com>
-rw-r--r--src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md b/src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md
index bde4bf58133..4dd8d9707d4 100644
--- a/src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md
+++ b/src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md
@@ -3,8 +3,8 @@
 This option controls whether Rust uses the spec-compliant C ABI when compiling
 for the `wasm32-unknown-unknown` target.
 
-This makes it possible to be ABI-compatible with all other spec-compliant Wasm
-like Rusts `wasm32-wasip1`.
+This makes it possible to be ABI-compatible with all other spec-compliant Wasm targets
+like `wasm32-wasip1`.
 
 This compiler flag is perma-unstable, as it will be enabled by default in the
 future with no option to fall back to the old non-spec-compliant ABI.