Skip to content

Commit af42006

Browse files
committed
Fix a typo
1 parent cb922fb commit af42006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/WIT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ interface shared {
368368
369369
world my-world {
370370
import host: interface {
371-
use self.shared.{metadata})
371+
use self.shared.{metadata}
372372
373373
get: func() -> metadata
374374
}

0 commit comments

Comments
 (0)