Alpha: fix error in comment

This commit is contained in:
bruno 2018-06-22 21:39:56 +02:00 committed by Benjamin Canou
parent 23096a7009
commit 7d4055b327

View File

@ -393,7 +393,7 @@ let () =
(function Unexpected_annotation loc -> Some (loc, ())
| _ -> None)
(fun (loc, ()) -> Unexpected_annotation loc);
(* Unexpected annotation *)
(* Ungrouped annotations *)
register_error_kind
`Permanent
~id:"ungroupedAnnotations"