Skip to content

Commit 31da089

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

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
@@ -168,7 +168,7 @@ This is similar to Rust `Result`, or Haskell `Either`.
168168

169169
> This is a special case of a [variant](#variants) type.
170170
> WIT defines the `result` type so that there is a common way of expressing this behavior,
171-
> so that you don't need to create a variant type for every combination of value and error types,
171+
> so that developers don't need to create variant types for every combination of value and error types,
172172
> and to enable it to be mapped idiomatically into languages with result or "either" types.
173173
174174
Sometimes there is no data associated with one or both of the cases.

0 commit comments

Comments
 (0)