mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
Add square brackets in comment for CCList.return
This commit is contained in:
parent
31ad563044
commit
3b4357719d
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ val mguard : bool -> unit t
|
||||||
@since 3.1 *)
|
@since 3.1 *)
|
||||||
|
|
||||||
val return : 'a -> 'a t
|
val return : 'a -> 'a t
|
||||||
(** [return x] is [x]. *)
|
(** [return x] is [[x]]. *)
|
||||||
|
|
||||||
val take : int -> 'a t -> 'a t
|
val take : int -> 'a t -> 'a t
|
||||||
(** [take n l] takes the [n] first elements of the list [l], drop the rest. *)
|
(** [take n l] takes the [n] first elements of the list [l], drop the rest. *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue