Skip to content

Commit 0873a64

Browse files
committed
Fix typos
Signed-off-by: Ryan Levick <[email protected]>
1 parent df23306 commit 0873a64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wit/preview2/world.wit

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
package fermyon:spin@2.0.0
22

3-
// All worlds the Spin host supports
3+
/// All worlds the Spin host supports
44
world host {
55
include fermyon:spin/host
66
include platform
77
}
88

9-
// The full world of a guest targeting an http-trigger
9+
/// The full world of a guest targeting an http-trigger
1010
world http-trigger {
1111
include platform
12-
export wasi:http/outgoing-handler@0.2.0-rc-2023-10-18
12+
export wasi:http/incoming-handler@0.2.0-rc-2023-10-18
1313
}
1414

15-
// The imports needed for a guest to run on a Spin host
15+
/// The imports needed for a guest to run on a Spin host
1616
world platform {
1717
import wasi:http/outgoing-handler@0.2.0-rc-2023-10-18
1818
import llm

0 commit comments

Comments
 (0)