Skip to content

Commit b4e5793

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

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
@@ -266,7 +266,7 @@ enum color {
266266
```
267267

268268
This can provide a simpler representation in languages without discriminated unions.
269-
For example, a WIT `enum` can translate directly to a C `enum`.
269+
For example, a WIT `enum` can translate directly to a C/C++ `enum`.
270270

271271
### Resources
272272

0 commit comments

Comments
 (0)