doc: fix doc in CCParse

This commit is contained in:
Fardale 2021-02-05 15:25:25 +01:00
parent 447df826f1
commit c4aabbf699

View file

@ -304,7 +304,7 @@ end
module U : sig
val list : ?start:string -> ?stop:string -> ?sep:string -> 'a t -> 'a list t
(** [list p] parses a list of [p], with the OCaml conventions for
start token "[", stop token "]" and separator ";".
start token "\[", stop token "\]" and separator ";".
Whitespace between items are skipped. *)
val int : int t