File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -706,7 +706,7 @@ let report_error ppf = function
706
706
| Unterminated_paren_in_conditional ->
707
707
fprintf ppf " Unterminated parens in conditional predicate"
708
708
| Expect_hash_then_in_conditional ->
709
- fprintf ppf " Expect `then` after conditioal predicate"
709
+ fprintf ppf " Expect `then` after conditional predicate"
710
710
| Conditional_expr_expected_type (a ,b ) ->
711
711
fprintf ppf " Conditional expression type mismatch (%s,%s)"
712
712
(string_of_type_directive a )
Original file line number Diff line number Diff line change @@ -719,7 +719,7 @@ let report_error ppf = function
719
719
| Unterminated_paren_in_conditional ->
720
720
fprintf ppf "Unterminated parens in conditional predicate"
721
721
| Expect_hash_then_in_conditional ->
722
- fprintf ppf "Expect `then` after conditioal predicate"
722
+ fprintf ppf "Expect `then` after conditional predicate"
723
723
| Conditional_expr_expected_type (a ,b) ->
724
724
fprintf ppf "Conditional expression type mismatch (%s,%s)"
725
725
(string_of_type_directive a )
You can’t perform that action at this time.
0 commit comments