File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
30
30
31
31
32
- (* * Type defintion to keep track of compilation state
32
+ (* * Type definition to keep track of compilation state
33
33
*)
34
34
35
35
(* * Some types are defined in this module to help avoiding generating unnecessary symbols
Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ let handle_attributes
422
422
if has_bs_uncurry type_annotation.Parsetree. ptyp_attributes then
423
423
begin
424
424
Location. raise_errorf
425
- ~loc " [@@bs.uncurry] can not be applied to the whole defintion "
425
+ ~loc " [@@bs.uncurry] can not be applied to the whole definition "
426
426
end ;
427
427
428
428
let prim_name_or_pval_prim =
Original file line number Diff line number Diff line change @@ -4034,7 +4034,7 @@ Pbtt
4034
4034
4035
4035
(* * scope of the field type when the field is a message type.
4036
4036
4037
- For instance in the following field defintion :
4037
+ For instance in the following field definition :
4038
4038
4039
4039
[required foo.bar.Msg1 f = 1]
4040
4040
You can’t perform that action at this time.
0 commit comments