Skip to content

Commit 72fcba3

Browse files
Update component-model/src/design/wit.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent bfa4ab9 commit 72fcba3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • component-model/src/design

component-model/src/design/wit.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,7 @@ interface canvas {
438438
}
439439
```
440440

441-
The `canvas` interface uses the types `dimension` and `point`
442-
declared in the `types` interface.
441+
The `canvas` interface uses the types `dimension` and `point` declared in the `types` interface.
443442

444443
> Even if you are only using one type, it must still be enclosed in braces.
445444
> For example, `use types.{dimension}` is legal but `use types.dimension` is not.

0 commit comments

Comments
 (0)