Alpha: fix error in comment
This commit is contained in:
parent
23096a7009
commit
7d4055b327
@ -393,7 +393,7 @@ let () =
|
|||||||
(function Unexpected_annotation loc -> Some (loc, ())
|
(function Unexpected_annotation loc -> Some (loc, ())
|
||||||
| _ -> None)
|
| _ -> None)
|
||||||
(fun (loc, ()) -> Unexpected_annotation loc);
|
(fun (loc, ()) -> Unexpected_annotation loc);
|
||||||
(* Unexpected annotation *)
|
(* Ungrouped annotations *)
|
||||||
register_error_kind
|
register_error_kind
|
||||||
`Permanent
|
`Permanent
|
||||||
~id:"ungroupedAnnotations"
|
~id:"ungroupedAnnotations"
|
||||||
|
Loading…
Reference in New Issue
Block a user