We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15e5779 + 00ae767 commit 0047b84Copy full SHA for 0047b84
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