Skip to content

Commit

Permalink
Update obsolete doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Jun 4, 2023
1 parent c1d412c commit 878a3d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions quinn-proto/src/endpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ use crate::{

/// The main entry point to the library
///
/// This object performs no I/O whatsoever. Instead, it generates a stream of packets to send via
/// `poll_transmit`, and consumes incoming packets and connection-generated events via `handle` and
/// `handle_event`.
/// This object performs no I/O whatsoever. Instead, it consumes incoming packets and
/// connection-generated events via `handle` and `handle_event`.
pub struct Endpoint {
rng: StdRng,
index: ConnectionIndex,
Expand Down

0 comments on commit 878a3d6

Please sign in to comment.