We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fa785 commit c7cbe7fCopy full SHA for c7cbe7f
design/mvp/WIT.md
@@ -14,7 +14,7 @@ The Wasm Interface Type (WIT) format is an [IDL] to provide tooling for the
14
on a WIT definition of a shared set of APIs between platforms.
15
16
A WIT package is a collection of WIT [`interface`s][interfaces] and
17
-[`world`s][worlds] defined in files in the same directory that that all use the
+[`world`s][worlds] defined in files in the same directory that all use the
18
file extension `wit`, for example `foo.wit`. Files are encoded as valid utf-8
19
bytes. Types can be imported between interfaces within a package and
20
additionally from other packages through IDs.
0 commit comments