Skip to content

Commit c7cbe7f

Browse files
authored
Remove duplicated word (#228)
1 parent 67fa785 commit c7cbe7f

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
@@ -14,7 +14,7 @@ The Wasm Interface Type (WIT) format is an [IDL] to provide tooling for the
1414
on a WIT definition of a shared set of APIs between platforms.
1515

1616
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
17+
[`world`s][worlds] defined in files in the same directory that all use the
1818
file extension `wit`, for example `foo.wit`. Files are encoded as valid utf-8
1919
bytes. Types can be imported between interfaces within a package and
2020
additionally from other packages through IDs.

0 commit comments

Comments
 (0)