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 8161345 + 2a6d13c commit 4318715Copy full SHA for 4318715
src/doc/trpl/compound-data-types.md
@@ -297,7 +297,7 @@ enum StringResult {
297
}
298
```
299
Where a `StringResult` is either a `StringResult::StringOK`, with the result of
300
-a computation, or an `StringResult::ErrorReason` with a `String` explaining
+a computation, or a `StringResult::ErrorReason` with a `String` explaining
301
what caused the computation to fail. These kinds of `enum`s are actually very
302
useful and are even part of the standard library.
303
0 commit comments