Skip to content

Commit 2ae4f70

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

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
@@ -152,7 +152,7 @@ This is similar to Rust `Option`, C++ `std::optional`, or Haskell `Maybe`.
152152
153153
### Results
154154

155-
`result<T, E>` for any types `T` and `E
155+
`result<T, E>` for any types `T` and `E`
156156
may contain a value of type `T` _or_ a value of type `E`
157157
(but not both).
158158
This is typically used for "value or error" situations:

0 commit comments

Comments
 (0)