Skip to content

Commit

Permalink
endpoint: fix typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta committed Sep 22, 2023
1 parent 253891f commit f99e182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wtransport/src/endpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub mod endpoint_side {
/// let server = Endpoint::server(config)?;
/// loop {
/// let incoming_session = server.accept().await;
/// // Spawn task that handle client incoming session...
/// // Spawn task that handles client incoming session...
/// }
/// # Ok(())
/// # }
Expand Down

0 comments on commit f99e182

Please sign in to comment.