Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSomeDude301 committed Jul 14, 2023
2 parents 25ed714 + fd9f75c commit b31553f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wtransport/src/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ impl Connection {
self.quic_connection.stable_id()
}

/// Compute(s) the maximum size of datagrams that may be passed to [`send_datagram()`].
/// Computes the maximum size of datagrams that may be passed to [`send_datagram()`].
///
/// Returns `None` if datagrams are unsupported by the peer or disabled locally.
///
Expand Down

0 comments on commit b31553f

Please sign in to comment.