Skip to content

Commit b93b0c7

Browse files
Rollup merge of rust-lang#132824 - kadenlnelson:patch/wasi-c-abi-doc, r=workingjubilee
Update grammar in wasm-c-abi's compiler flag documentation This PR adjusts the grammar of the `wasm-c-abi` compiler flag documentation. See the inline comments within the PR for details.
2 parents d4c81c6 + 2ac1c18 commit b93b0c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/doc/unstable-book/src/compiler-flags/wasm-c-abi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This option controls whether Rust uses the spec-compliant C ABI when compiling
44
for the `wasm32-unknown-unknown` target.
55

6-
This makes it possible to be ABI-compatible with all other spec-compliant Wasm
7-
like Rusts `wasm32-wasip1`.
6+
This makes it possible to be ABI-compatible with all other spec-compliant Wasm targets
7+
like `wasm32-wasip1`.
88

99
This compiler flag is perma-unstable, as it will be enabled by default in the
1010
future with no option to fall back to the old non-spec-compliant ABI.

0 commit comments

Comments
 (0)