Skip to content

Commit 916a5e4

Browse files
committed
remove extra space before code comment
1 parent 2e6fc0c commit 916a5e4

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
@@ -215,7 +215,7 @@ let forEach: (t<'a, 'b>, 'a => unit) => unit
215215
the function `f` to the `Error` value.
216216
217217
## Examples
218-
```rescript
218+
```rescript
219219
220220
let formatError = n => `Error code: ${n->Int.toString}`
221221
mapError(Error(14), formatError) // evaluates to Error("Error code: 14")

0 commit comments

Comments
 (0)