Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit ffe0b33

Browse files
authored
Merge pull request #245 from DrupFlip/patch-1
Corrected a typo
2 parents ba061b5 + cc20ef2 commit ffe0b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/crates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ things to JavaScript.
1616

1717
### `wasm-bindgen-futures` | [crates.io](https://crates.io/crates/wasm-bindgen-futures) | [repository](https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures)
1818

19-
`wasm-bindgen-futures` is a bridge connecting JavaSript `Promise`s and Rust
19+
`wasm-bindgen-futures` is a bridge connecting JavaScript `Promise`s and Rust
2020
`Future`s. It can convert in both directions and is useful when working with
2121
asynchronous tasks in Rust, and allows interacting with DOM events and I/O
2222
operations.

0 commit comments

Comments
 (0)