We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84e7a0 commit 00ae767Copy full SHA for 00ae767
src/doc/guide.md
@@ -1149,7 +1149,7 @@ enum StringResult {
1149
}
1150
```
1151
Where a `StringResult` is either an `StringOK`, with the result of a computation, or an
1152
-`ErrorReason` with a `String` explaining what caused the computation to fail. This kind of
+`ErrorReason` with a `String` explaining what caused the computation to fail. These kinds of
1153
`enum`s are actually very useful and are even part of the standard library.
1154
1155
As you can see `enum`s with values are quite a powerful tool for data representation,
0 commit comments