Skip to content

Commit e3b95dd

Browse files
committed
fix formatting
Signed-off-by: Matthew Fisher <[email protected]>
1 parent 0bb49e4 commit e3b95dd

File tree

1 file changed

+2
-3
lines changed
  • component-model/src/language-support

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,8 @@ At this point, you'll have two Webassembly components:
279279
2. A component that implements the `hostapp` world.
280280

281281
Since the `host-app` component depends on the `add` function which is defined in the `example`
282-
world, it needs to be composed the first component. You can
283-
compose your `host-app` component with your `adder` component by running [`wac
284-
plug`](https://github.com/bytecodealliance/wac):
282+
world, it needs to be composed the first component. You can compose your `host-app` component with
283+
your `adder` component by running [`wac plug`](https://github.com/bytecodealliance/wac):
285284

286285
```sh
287286
wac plug bin/Debug/net9.0/wasi-wasm/native/host-app.wasm --plug ../adder/bin/Debug/net9.0/wasi-wasm/native/adder.wasm -o main.wasm

0 commit comments

Comments
 (0)