File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -586,7 +586,7 @@ let convert (exports : Set_ident.t) (lam : Lambda.lambda) : Lam.t * Lam_module_i
586
586
| "#fn_method" -> Pjs_fn_method
587
587
| "#unsafe_downgrade" -> Pjs_unsafe_downgrade {name = Ext_string. empty; loc ; setter = false }
588
588
| _ -> Location. raise_errorf ~loc
589
- " @{<error>Error:@} internal error, using unrecorgnized primitive %s" s
589
+ " @{<error>Error:@} internal error, using unrecognized primitive %s" s
590
590
in
591
591
if primitive = Pfull_apply then
592
592
match args with
Original file line number Diff line number Diff line change @@ -396573,7 +396573,7 @@ let convert (exports : Set_ident.t) (lam : Lambda.lambda) : Lam.t * Lam_module_i
396573
396573
| "#fn_method" -> Pjs_fn_method
396574
396574
| "#unsafe_downgrade" -> Pjs_unsafe_downgrade {name = Ext_string.empty; loc ; setter = false}
396575
396575
| _ -> Location.raise_errorf ~loc
396576
- "@{<error>Error:@} internal error, using unrecorgnized primitive %s" s
396576
+ "@{<error>Error:@} internal error, using unrecognized primitive %s" s
396577
396577
in
396578
396578
if primitive = Pfull_apply then
396579
396579
match args with
Original file line number Diff line number Diff line change @@ -396573,7 +396573,7 @@ let convert (exports : Set_ident.t) (lam : Lambda.lambda) : Lam.t * Lam_module_i
396573
396573
| "#fn_method" -> Pjs_fn_method
396574
396574
| "#unsafe_downgrade" -> Pjs_unsafe_downgrade {name = Ext_string.empty; loc ; setter = false}
396575
396575
| _ -> Location.raise_errorf ~loc
396576
- "@{<error>Error:@} internal error, using unrecorgnized primitive %s" s
396576
+ "@{<error>Error:@} internal error, using unrecognized primitive %s" s
396577
396577
in
396578
396578
if primitive = Pfull_apply then
396579
396579
match args with
Original file line number Diff line number Diff line change @@ -400056,7 +400056,7 @@ let convert (exports : Set_ident.t) (lam : Lambda.lambda) : Lam.t * Lam_module_i
400056
400056
| "#fn_method" -> Pjs_fn_method
400057
400057
| "#unsafe_downgrade" -> Pjs_unsafe_downgrade {name = Ext_string.empty; loc ; setter = false}
400058
400058
| _ -> Location.raise_errorf ~loc
400059
- "@{<error>Error:@} internal error, using unrecorgnized primitive %s" s
400059
+ "@{<error>Error:@} internal error, using unrecognized primitive %s" s
400060
400060
in
400061
400061
if primitive = Pfull_apply then
400062
400062
match args with
You can’t perform that action at this time.
0 commit comments