We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488a2cc commit 52dc0d3Copy full SHA for 52dc0d3
1 file changed
component-model/src/language-support/javascript.md
@@ -71,7 +71,7 @@ The parts of this name are:
71
* `docs:adder` is the namespace and package, with `docs` being the namespace and `adder` being the package.
72
* `add` is the name of the interface containing the `add` function.
73
* `add` also happens to be the name of the function itself.
74
-* `@0.1.0` is a version number that must match the declared version number.
+* `@0.1.0` is a version number that must match the declared version number of the package.
75
76
> To learn more about the WIT syntax, check out the [WIT explainer](../design/wit.md).
77
0 commit comments