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 @@ -390,9 +390,9 @@ would generate this component:
390
390
```
391
391
392
392
Here it can be seen that despite the ` world ` only listing ` host ` as an import
393
- the component additionally import a ` shared ` instance. This is due to the fact
393
+ the component additionally imports a ` shared ` instance. This is due to the fact
394
394
that the ` use { ... } from shared ` implicitly requires that ` shared ` is imported
395
- to the component as well.
395
+ into the component as well.
396
396
397
397
Note that the name ` "shared" ` here is derived from the name of the ` interface `
398
398
which can also lead to conflicts:
@@ -1124,7 +1124,7 @@ would correspond to:
1124
1124
(component
1125
1125
(type (export "host") (component
1126
1126
(type $types (instance
1127
- (export "enum " (type (enum "info" "debug")))
1127
+ (export "level " (type (enum "info" "debug")))
1128
1128
))
1129
1129
(export $types "types" (instance (type $types)))
1130
1130
(alias export $types "level" (type $level))
You can’t perform that action at this time.
0 commit comments