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