Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro committed Oct 16, 2023
1 parent 07dcb2f commit 1b29d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jscomp/others/js_exn.resi
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ external asJsExn: exn => option<t> = "?as_js_exn"
external isCamlExceptionOrOpenVariant: 'a => bool = "?is_extension"

/**
`anyToExnInternal obj` will take any value `obj` and wrap it
`anyToExnInternal(obj)` will take any value `obj` and wrap it
in a Js.Exn.Error if given value is not an exn already. If
`obj` is an exn, it will return `obj` without any changes.
Expand Down
2 changes: 1 addition & 1 deletion jscomp/others/js_mapperRt.resi
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
let raiseWhenNotFound: 'a => 'a

/**
`fromInt len array int` return the mapped `enum`
`fromInt(len, array, int)` return the mapped `enum`
*/
let fromInt: (int, array<int>, int) => option<int>

Expand Down

0 comments on commit 1b29d4b

Please sign in to comment.