We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38b928 commit 1ef6026Copy full SHA for 1ef6026
1 file changed
crates/wasmparser/src/lib.rs
@@ -43,7 +43,7 @@
43
/// The list of specializable Wasm proposals is as follows:
44
///
45
/// - `@mvp`: Denoting a Wasm operator from the initial Wasm MVP version.
46
-/// - `@exceptions`: [Wasm `expection-handling` proposal]
+/// - `@exceptions`: [Wasm `exception-handling` proposal]
47
/// - `@tail_call`: [Wasm `tail-calls` proposal]
48
/// - `@reference_types`: [Wasm `reference-types` proposal]
49
/// - `@sign_extension`: [Wasm `sign-extension-ops` proposal]
@@ -54,7 +54,7 @@
54
/// - `@relaxed_simd`: [Wasm `relaxed-simd` proposal]
55
/// - `@gc`: [Wasm `gc` proposal]
56
57
-/// [Wasm `expection-handling` proposal]:
+/// [Wasm `exception-handling` proposal]:
58
/// https://github.com/WebAssembly/exception-handling
59
60
/// [Wasm `tail-calls` proposal]:
0 commit comments