File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31260,7 +31260,7 @@ let handle_attributes
31260
31260
if has_bs_uncurry type_annotation.Parsetree.ptyp_attributes then
31261
31261
begin
31262
31262
Location.raise_errorf
31263
- ~loc "[@@bs.uncurry] can not be applied to the whole defintion "
31263
+ ~loc "[@@bs.uncurry] can not be applied to the whole definition "
31264
31264
end;
31265
31265
31266
31266
let prim_name_or_pval_prim =
Original file line number Diff line number Diff line change @@ -13272,7 +13272,7 @@ let handle_attributes
13272
13272
if has_bs_uncurry type_annotation.Parsetree.ptyp_attributes then
13273
13273
begin
13274
13274
Location.raise_errorf
13275
- ~loc "[@@bs.uncurry] can not be applied to the whole defintion "
13275
+ ~loc "[@@bs.uncurry] can not be applied to the whole definition "
13276
13276
end;
13277
13277
13278
13278
let prim_name_or_pval_prim =
Original file line number Diff line number Diff line change @@ -88763,7 +88763,7 @@ module Lam_compile_context : sig
88763
88763
88764
88764
88765
88765
88766
- (** Type defintion to keep track of compilation state
88766
+ (** Type definition to keep track of compilation state
88767
88767
*)
88768
88768
88769
88769
(** Some types are defined in this module to help avoiding generating unnecessary symbols
@@ -105739,7 +105739,7 @@ let handle_attributes
105739
105739
if has_bs_uncurry type_annotation.Parsetree.ptyp_attributes then
105740
105740
begin
105741
105741
Location.raise_errorf
105742
- ~loc "[@@bs.uncurry] can not be applied to the whole defintion "
105742
+ ~loc "[@@bs.uncurry] can not be applied to the whole definition "
105743
105743
end;
105744
105744
105745
105745
let prim_name_or_pval_prim =
You can’t perform that action at this time.
0 commit comments