Skip to content

Commit 54e71b5

Browse files
authored
Merge pull request rescript-lang#1589 from mgmcdermott/patch-1
fix typo in boolean error
2 parents b5ee6e8 + 8b83bea commit 54e71b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/common/bs_warnings.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let to_string t =
3939
match t with
4040
| Unsafe_ffi_bool_type
4141
->
42-
"You are passing a OCaml bool type into JS, probabaly you want to pass Js.boolean"
42+
"You are passing a OCaml bool type into JS, probably you want to pass Js.boolean"
4343
| Unsafe_poly_variant_type
4444
->
4545
"Here a OCaml polymorphic variant type passed into JS, probably you forgot annotations like `[@bs.int]` or `[@bs.string]` "

0 commit comments

Comments
 (0)