Skip to content

Commit 4e6fa19

Browse files
lannlukewagner
authored andcommitted
Fix use syntax bug in WIT.md
1 parent f42b848 commit 4e6fa19

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
@@ -110,7 +110,7 @@ and [function][functions] definitions. For example:
110110
package wasi:filesystem;
111111
112112
interface types {
113-
use wasi:clocks.wall-clock.{datetime};
113+
use wasi:clocks/wall-clock.{datetime};
114114
115115
record stat {
116116
ino: u64,

0 commit comments

Comments
 (0)