From c4aabbf69998bbfcfb8a3551437b54dd7e54762e Mon Sep 17 00:00:00 2001 From: Fardale Date: Fri, 5 Feb 2021 15:25:25 +0100 Subject: [PATCH] doc: fix doc in CCParse --- src/core/CCParse.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CCParse.mli b/src/core/CCParse.mli index b545c6c2..ecf90fa5 100644 --- a/src/core/CCParse.mli +++ b/src/core/CCParse.mli @@ -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