Skip to content

Commit

Permalink
slight sentence structure adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankReh committed Apr 27, 2024
1 parent fa56272 commit 9d2b72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wit/tcp.wit
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ interface tcp {
/// associated with this socket will be closed and a FIN packet will be sent.
/// - `both`: Same effect as `receive` & `send` combined.
///
/// This function is idempotent. Shutting a down a direction more than once
/// This function is idempotent; shutting down a direction more than once
/// has no effect and returns `ok`.
///
/// The shutdown function does not close (drop) the socket.
Expand Down

0 comments on commit 9d2b72c

Please sign in to comment.