Skip to content

Commit 0971bc6

Browse files
committed
fix typo in docstring
1 parent 29d4197 commit 0971bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/Stdlib_Result.resi

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/**
3232
The type `Result.t(result, err)` describes a variant of two states:
3333
`Ok(someResult)` represents a successful operation, whereby
34-
``Error(someError)` signals an erronous operation.
34+
``Error(someError)` signals an erroneous operation.
3535

3636
In this concrete example, we are defining our own `Result` type to reflect an HTTP like
3737
query operation:

0 commit comments

Comments
 (0)