Skip to content

Commit 28f38ff

Browse files
committed
snapshot typos
1 parent a86f53f commit 28f38ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jscomp/bin/bsdep.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31260,7 +31260,7 @@ let handle_attributes
3126031260
if has_bs_uncurry type_annotation.Parsetree.ptyp_attributes then
3126131261
begin
3126231262
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"
3126431264
end;
3126531265

3126631266
let prim_name_or_pval_prim =

jscomp/bin/bsppx.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13272,7 +13272,7 @@ let handle_attributes
1327213272
if has_bs_uncurry type_annotation.Parsetree.ptyp_attributes then
1327313273
begin
1327413274
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"
1327613276
end;
1327713277

1327813278
let prim_name_or_pval_prim =

jscomp/bin/whole_compiler.ml

+2-2
Original file line numberDiff line numberDiff line change
@@ -88763,7 +88763,7 @@ module Lam_compile_context : sig
8876388763

8876488764

8876588765

88766-
(** Type defintion to keep track of compilation state
88766+
(** Type definition to keep track of compilation state
8876788767
*)
8876888768

8876988769
(** Some types are defined in this module to help avoiding generating unnecessary symbols
@@ -105739,7 +105739,7 @@ let handle_attributes
105739105739
if has_bs_uncurry type_annotation.Parsetree.ptyp_attributes then
105740105740
begin
105741105741
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"
105743105743
end;
105744105744

105745105745
let prim_name_or_pval_prim =

0 commit comments

Comments
 (0)