Skip to content

Commit 78bbbd4

Browse files
committed
remove extra space before code comment
1 parent b5e268f commit 78bbbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core__Result.resi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ let cmp: (t<'a, 'c>, t<'b, 'd>, ('a, 'b) => int) => int
203203
the provided mapping function to the `Error` value.
204204
205205
## Examples
206-
```rescript
206+
```rescript
207207
208208
let formatError = n => `Error code: ${n->Int.toString}`
209209
mapError(Error(14), formatError) // evaluates to Error("Error code: 14")

0 commit comments

Comments
 (0)