Skip to content

Commit a1a131b

Browse files
committed
WIP: More removal
1 parent 4267c84 commit a1a131b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/frontend/bs_syntaxerr.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ let pp_error fmt err =
6464
| Illegal_attribute -> "Illegal attributes"
6565
| Unsupported_predicates -> "unsupported predicates"
6666
| Conflict_bs_bs_this_bs_meth ->
67-
"%@this, %@bs, %@meth can not be applied at the same time"
67+
"%@this and %@bs can not be applied at the same time"
6868
| Duplicated_bs_deriving -> "duplicate @deriving attribute"
6969
| Conflict_attributes -> "conflicting attributes "
7070
| Expect_string_literal -> "expect string literal "

0 commit comments

Comments
 (0)