Skip to content

Commit 67fb3a8

Browse files
author
Hongbo Zhang
committed
change js to bs
1 parent b275b3d commit 67fb3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typing/typedecl.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ let transl_value_decl env loc valdecl =
13271327
let prim = Primitive.parse_declaration (Some ty) valdecl.pval_attributes arity decl in
13281328
if arity = 0 && prim.prim_name.[0] <> '%' &&
13291329
not (List.exists (function
1330-
| ({Location.txt = "js.val";_},_) -> true
1330+
| ({Location.txt = "bs.val";_},_) -> true
13311331
| _ -> false) valdecl.pval_attributes ) then
13321332
raise(Error(valdecl.pval_type.ptyp_loc, Null_arity_external));
13331333
if !Clflags.native_code

0 commit comments

Comments
 (0)