Skip to content

Commit

Permalink
Update wit/proxy.wit
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Wagner <mail@lukewagner.name>
  • Loading branch information
Mossaka and lukewagner committed Oct 24, 2023
1 parent 640820e commit d8f9c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wit/proxy.wit
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package wasi:http;
/// this world may concurrently stream in and out any number of incoming and
/// outgoing HTTP requests.
world proxy {
// HTTP proxies have access to time and randomness.
/// HTTP proxies have access to time and randomness.
include wasi:clocks/imports;
import wasi:random/random;

Expand Down

0 comments on commit d8f9c01

Please sign in to comment.