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

Commit 7af6c96

Browse files
authored
Merge pull request #175 from skierpage/patch-1
you're typo
2 parents 47b5ae1 + 91618f5 commit 7af6c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/add-wasm-support-to-crate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If you must perform I/O in your library, then it cannot be synchronous. There is
6969
only asynchronous I/O on the Web. Use [the `futures`
7070
crate](https://crates.io/crates/futures) and [the `wasm-bindgen-futures`
7171
crate](https://rustwasm.github.io/wasm-bindgen/api/wasm_bindgen_futures/) to
72-
manage asynchronous I/O. If you're library functions are generic over some
72+
manage asynchronous I/O. If your library functions are generic over some
7373
future type `F`, then that future can be implemented via `fetch` on the Web or
7474
via non-blocking I/O provided by the operating system.
7575

0 commit comments

Comments
 (0)