Skip to content

Commit

Permalink
Update design/mvp/WIT.md
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Wagner <[email protected]>
  • Loading branch information
macovedj and lukewagner committed Aug 13, 2024
1 parent 8d16734 commit 4eb255f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/mvp/WIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ package local:b {
}
```

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.
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.

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

0 comments on commit 4eb255f

Please sign in to comment.