Skip to content

Commit 25ba0e0

Browse files
committed
Update docs
1 parent 3020f13 commit 25ba0e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wit/types.wit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,9 @@ interface types {
308308
headers: func() -> headers;
309309
}
310310

311-
/// Parameters for making an HTTP Request. Each of these parameters is an
312-
/// optional timeout, with the unit in milliseconds, applicable to the
313-
/// transport layer of the HTTP protocol.
311+
/// Parameters for making an HTTP Request. Each of these parameters is
312+
/// currently an optional timeout applicable to the transport layer of the
313+
/// HTTP protocol.
314314
///
315315
/// These timeouts are separate from any the user may use to bound a
316316
/// blocking call to `wasi:io/poll.poll`.

0 commit comments

Comments
 (0)