Skip to content

Commit 791ac77

Browse files
committed
one minor change to the comment
Signed-off-by: Jiaxiao Zhou (Mossaka) <duibao55328@gmail.com>
1 parent cd852a9 commit 791ac77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wit/proxy.wit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package wasi:http@0.2.0-rc-2023-11-10;
55
/// this world may concurrently stream in and out any number of incoming and
66
/// outgoing HTTP requests.
77
world proxy {
8-
// HTTP proxies have access to time and randomness.
8+
/// HTTP proxies have access to time and randomness.
99
include wasi:clocks/imports@0.2.0-rc-2023-11-10;
1010
import wasi:random/random@0.2.0-rc-2023-11-10;
1111

0 commit comments

Comments
 (0)