summaryrefslogtreecommitdiffstats
path: root/tokio-udp/src/frame.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-udp/src/frame.rs')
-rw-r--r--tokio-udp/src/frame.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-udp/src/frame.rs b/tokio-udp/src/frame.rs
index f3d8e0b2..83e204d8 100644
--- a/tokio-udp/src/frame.rs
+++ b/tokio-udp/src/frame.rs
@@ -114,7 +114,7 @@ const INITIAL_WR_CAPACITY: usize = 8 * 1024;
impl<C> UdpFramed<C> {
/// Create a new `UdpFramed` backed by the given socket and codec.
///
- /// See struct level documention for more details.
+ /// See struct level documentation for more details.
pub fn new(socket: UdpSocket, codec: C) -> UdpFramed<C> {
UdpFramed {
socket: socket,