We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd8c41 commit 31da089Copy full SHA for 31da089
1 file changed
component-model/src/design/wit.md
@@ -168,7 +168,7 @@ This is similar to Rust `Result`, or Haskell `Either`.
168
169
> This is a special case of a [variant](#variants) type.
170
> 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,
+> so that developers don't need to create variant types for every combination of value and error types,
172
> and to enable it to be mapped idiomatically into languages with result or "either" types.
173
174
Sometimes there is no data associated with one or both of the cases.
0 commit comments