Skip to content

Commit 8a9bcd3

Browse files
committed
fix typo
1 parent b459f56 commit 8a9bcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/testsuite/tests/typing-layouts/error_message_attr.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Error: This expression has type bool but an expression was expected of type
196196
custom message
197197
|}]
198198

199-
(* Doesn't work when the type mismatch happens later. This differ from
199+
(* Doesn't work when the type mismatch happens later. This differs from
200200
the layout annotation case. *)
201201
let f x: bool = (x : int)[@error_message "custom message"]
202202
[%%expect{|

0 commit comments

Comments
 (0)