Skip to content

Commit

Permalink
Fix typo in example.
Browse files Browse the repository at this point in the history
Signed-off-by: Tricster <mediosrity@gmail.com>
  • Loading branch information
MediosZ authored and Thomasdezeeuw committed Jun 9, 2022
1 parent bcb6dd7 commit a7289c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tcp_listenfd_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// cargo run --example tcp_listenfd_server --features="os-poll net"
// or with wasi:
// cargo +nightly build --target wasm32-wasi --example tcp_listenfd_server --features="os-poll net"
// wasmtime run --tcplisten 127.0.0.1:9000 --env 'LISTEN_FDS=1' target/wasm32-wasi/debug/examples/tcp_server.wasm
// wasmtime run --tcplisten 127.0.0.1:9000 --env 'LISTEN_FDS=1' target/wasm32-wasi/debug/examples/tcp_listenfd_server.wasm

use mio::event::Event;
use mio::net::{TcpListener, TcpStream};
Expand Down

0 comments on commit a7289c7

Please sign in to comment.