mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
doc: fix doc in CCParse
This commit is contained in:
parent
447df826f1
commit
c4aabbf699
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue