Skip to content

Commit

Permalink
Fix grammar in .wit documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
badeend committed Dec 17, 2023
1 parent 0e50254 commit 86d5418
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions crates/wasi-http/wit/deps/sockets/tcp.wit
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ interface tcp {
/// - `would-block`: Can't finish the operation, it is still in progress. (EWOULDBLOCK, EAGAIN)
///
/// # Implementors note
/// When binding to a non-zero port, this bind operation shouldn't be affected the TIME_WAIT
/// state of a recently closed socket on the same local address. Ie. the SO_REUSEADDR socket
/// option should be set implicitly on platforms that require it.
/// When binding to a non-zero port, this bind operation shouldn't be affected by the TIME_WAIT
/// state of a recently closed socket on the same local address (i.e. the SO_REUSEADDR socket
/// option should be set implicitly on platforms that require it).
///
/// # References
/// - <https://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html>
Expand Down
6 changes: 3 additions & 3 deletions crates/wasi/wit/deps/sockets/tcp.wit
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ interface tcp {
/// - `would-block`: Can't finish the operation, it is still in progress. (EWOULDBLOCK, EAGAIN)
///
/// # Implementors note
/// When binding to a non-zero port, this bind operation shouldn't be affected the TIME_WAIT
/// state of a recently closed socket on the same local address. Ie. the SO_REUSEADDR socket
/// option should be set implicitly on platforms that require it.
/// When binding to a non-zero port, this bind operation shouldn't be affected by the TIME_WAIT
/// state of a recently closed socket on the same local address (i.e. the SO_REUSEADDR socket
/// option should be set implicitly on platforms that require it).
///
/// # References
/// - <https://pubs.opengroup.org/onlinepubs/9699919799/functions/bind.html>
Expand Down

0 comments on commit 86d5418

Please sign in to comment.