Skip to content

Commit 120b73d

Browse files
Update component-model/src/language-support/javascript.md
Co-authored-by: Victor Adossi <[email protected]>
1 parent 3f5fad3 commit 120b73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component-model/src/language-support/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ into a file called `world.wit`.
6666
The `export add;` declaration inside the `adder` world means that
6767
environments that interact with the resulting WebAssembly component
6868
will be able to _call_ the `add` function.
69-
Its name must be fully qualified: `docs:adder/[email protected]`.
69+
The fully qualified name of the `add` interface in this context is `docs:adder/[email protected]`.
7070
The parts of this name are:
7171
* `docs:adder` is the package name.
7272
* `add` is the name of the interface containing the `add` function.

0 commit comments

Comments
 (0)