Skip to content

Commit 3d37010

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

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
@@ -270,7 +270,7 @@ For example, a WIT `enum` can translate directly to a C/C++ `enum`.
270270

271271
### Resources
272272

273-
A resources is a handle to some entity that exists outside of the component.
273+
A resource is a handle to some entity that exists outside of the component.
274274
Resources describe things that shouldn't be passed by value
275275
because they can't or shouldn't be copied.
276276
Instead, they should be passed by reference.

0 commit comments

Comments
 (0)