Skip to content

Commit

Permalink
spelling (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatref authored Jun 2, 2021
1 parent 4474b12 commit 656f486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/network/transport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ impl Transport {
};
}

/// Maximum teorical packet payload length available for each transport.
/// Maximum theorical packet payload length available for each transport.
///
/// The value returned by this function is the **teorical maximum** and could not be valid for
/// The value returned by this function is the **theorical maximum** and could not be valid for
/// all networks.
/// You can ensure your message not exceeds `udp::MAX_INTERNET_PAYLOAD_LEN` in order to be
/// more cross-platform compatible.
Expand Down

0 comments on commit 656f486

Please sign in to comment.