Skip to content

Commit 809bedb

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • component-model/src/design

component-model/src/design/wit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ flags allowed-methods {
356356
### Type aliases
357357

358358
You can define a new type alias using `type ... = ...`.
359-
This can be useful for giving shorter or more meaningful names to types:
359+
Type aliases are useful for giving shorter or more meaningful names to types:
360360

361361
```wit
362362
type buffer = list<u8>;

0 commit comments

Comments
 (0)