File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ interface out-of-line {
160
160
161
161
world your-world {
162
162
import out-of-line: self.out-of-line
163
- // ... is roughtly equivalent to ...
163
+ // ... is roughly equivalent to ...
164
164
import out-of-line2: interface {
165
165
the-function: func()
166
166
}
@@ -259,7 +259,7 @@ interface my-host-functions {
259
259
}
260
260
```
261
261
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
263
263
being referenced. Documents in a WIT package must be named after a [ valid
264
264
identifier] [ identifiers ] and be unique within the package. Documents cannot
265
265
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
303
303
each package to be resolved entirely separately and, if necessary, the name
304
304
` foo ` could mean different things to different packages.
305
305
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
307
307
> are defined is not specified here. This is something that will be iterated on
308
308
> to create documentation of the tooling in question and community standards
309
309
> about how best to do this.
You can’t perform that action at this time.
0 commit comments