We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d4197 commit 0971bc6Copy full SHA for 0971bc6
runtime/Stdlib_Result.resi
@@ -31,7 +31,7 @@
31
/**
32
The type `Result.t(result, err)` describes a variant of two states:
33
`Ok(someResult)` represents a successful operation, whereby
34
- ``Error(someError)` signals an erronous operation.
+ ``Error(someError)` signals an erroneous operation.
35
36
In this concrete example, we are defining our own `Result` type to reflect an HTTP like
37
query operation:
0 commit comments