summaryrefslogtreecommitdiffstats
path: root/tokio/src/net/unix/datagram.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/net/unix/datagram.rs')
-rw-r--r--tokio/src/net/unix/datagram.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/net/unix/datagram.rs b/tokio/src/net/unix/datagram.rs
index b41ec87c..ff0f4241 100644
--- a/tokio/src/net/unix/datagram.rs
+++ b/tokio/src/net/unix/datagram.rs
@@ -193,7 +193,7 @@ impl UnixDatagram {
self.io.get_ref().take_error()
}
- /// Shut down the read, write, or both halves of this connection.
+ /// Shuts down the read, write, or both halves of this connection.
///
/// This function will cause all pending and future I/O calls on the
/// specified portions to immediately return with an appropriate value