Skip to content

Commit 08e7f69

Browse files
committed
Typos
1 parent 98f348f commit 08e7f69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

design/mvp/WIT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ interface out-of-line {
160160
161161
world your-world {
162162
import out-of-line: self.out-of-line
163-
// ... is roughtly equivalent to ...
163+
// ... is roughly equivalent to ...
164164
import out-of-line2: interface {
165165
the-function: func()
166166
}
@@ -259,7 +259,7 @@ interface my-host-functions {
259259
}
260260
```
261261

262-
Here `more-types in the `use` path indicates that it's the specific interface
262+
Here `more-types` in the `use` path indicates that it's the specific interface
263263
being referenced. Documents in a WIT package must be named after a [valid
264264
identifier][identifiers] and be unique within the package. Documents cannot
265265
contain cycles between them as well with `use` statements.
@@ -303,7 +303,7 @@ do not need to conflict with dependency names in other packages. This enables
303303
each package to be resolved entirely separately and, if necessary, the name
304304
`foo` could mean different things to different packages.
305305

306-
> **Note**: The tooling for and mechanism for precisly how these external names
306+
> **Note**: The tooling for and mechanism for precisely how these external names
307307
> are defined is not specified here. This is something that will be iterated on
308308
> to create documentation of the tooling in question and community standards
309309
> about how best to do this.

0 commit comments

Comments
 (0)