Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Levick <[email protected]>
  • Loading branch information
rylev committed Oct 27, 2023
1 parent df23306 commit 0873a64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wit/preview2/world.wit
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
package fermyon:spin@2.0.0

// All worlds the Spin host supports
/// All worlds the Spin host supports
world host {
include fermyon:spin/host
include platform
}

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

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

0 comments on commit 0873a64

Please sign in to comment.