Skip to content

Commit 3c156fe

Browse files
committed
comment
1 parent 6d5c459 commit 3c156fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/frontend/ast_exp_handle_external.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ let handle_ffi ~loc ~payload =
110110
with
111111
| None -> err ()
112112
| Some exp ->
113-
(* Wrap a type constraing base on arity.
113+
(* Wrap a type constraint based on arity.
114114
E.g. for arity 2 constrain to type (_, _) => _ *)
115115
let wrapTypeConstraint (e : Parsetree.expression) =
116116
let loc = e.pexp_loc in

0 commit comments

Comments
 (0)