Skip to content

Commit 1ef6026

Browse files
authored
Fix typo: "expection" -> "exception" (#1476)
1 parent a38b928 commit 1ef6026

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/wasmparser/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
/// The list of specializable Wasm proposals is as follows:
4444
///
4545
/// - `@mvp`: Denoting a Wasm operator from the initial Wasm MVP version.
46-
/// - `@exceptions`: [Wasm `expection-handling` proposal]
46+
/// - `@exceptions`: [Wasm `exception-handling` proposal]
4747
/// - `@tail_call`: [Wasm `tail-calls` proposal]
4848
/// - `@reference_types`: [Wasm `reference-types` proposal]
4949
/// - `@sign_extension`: [Wasm `sign-extension-ops` proposal]
@@ -54,7 +54,7 @@
5454
/// - `@relaxed_simd`: [Wasm `relaxed-simd` proposal]
5555
/// - `@gc`: [Wasm `gc` proposal]
5656
///
57-
/// [Wasm `expection-handling` proposal]:
57+
/// [Wasm `exception-handling` proposal]:
5858
/// https://github.com/WebAssembly/exception-handling
5959
///
6060
/// [Wasm `tail-calls` proposal]:

0 commit comments

Comments
 (0)