You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: design/mvp/WIT.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ package local:b {
80
80
}
81
81
```
82
82
83
-
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.
83
+
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.
84
84
85
85
Package names are used to generate the [names of imports and exports]
86
86
in the Component Model's representation of [`interface`s][interfaces] and
@@ -1540,7 +1540,7 @@ Specifically, the syntax for a `resource` definition is:
0 commit comments