Skip to content

Commit 4eb255f

Browse files
macovedjlukewagner
andcommitted
Update design/mvp/WIT.md
Co-authored-by: Luke Wagner <[email protected]>
1 parent 8d16734 commit 4eb255f

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
@@ -77,7 +77,7 @@ package local:b {
7777
}
7878
```
7979

80-
It is worth noting that when defining packages "explicitly" with a scope, that it does not remove the need for the "root" package declaration above. That is, there must be a single "root" package that is the container of all such "explicitly" defined packages.
80+
It is worth noting that defining nested packages does not remove the need for the "root" package declaration above. These nested package definitions simply provide the contents of other packages inline so that they don't have to be otherwise resolved via the filesystem or a registry.
8181

8282
Package names are used to generate the [names of imports and exports]
8383
in the Component Model's representation of [`interface`s][interfaces] and

0 commit comments

Comments
 (0)