We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae4f70 commit cbd8c41Copy full SHA for cbd8c41
1 file changed
component-model/src/design/wit.md
@@ -167,7 +167,7 @@ result<http-response, http-error>
167
This is similar to Rust `Result`, or Haskell `Either`.
168
169
> This is a special case of a [variant](#variants) type.
170
-> WIT defines it so that there is a common way of expressing it,
+> 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,
172
> and to enable it to be mapped idiomatically into languages with result or "either" types.
173
0 commit comments