Skip to content

Commit

Permalink
Update tokio/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Hayden Stainsby <hds@caffeineconcepts.com>
  • Loading branch information
Darksonn and hds committed Sep 1, 2022
1 parent d754443 commit a982c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/lib.rs
Expand Up @@ -409,7 +409,7 @@
//!
//! Using this flag enables the use of `tokio::net` on the wasm32-wasi target.
//! However, not all methods are available on the networking types as WASI
//! currently does not support the creation of new sockets from within wasm.
//! currently does not support the creation of new sockets from within WASM.
//! Because of this, sockets must currently be created via the `FromRawFd`
//! trait.

Expand Down

0 comments on commit a982c2f

Please sign in to comment.