Add square brackets in comment for CCList.return
Some checks failed
Build and Test / build (push) Has been cancelled
Build and Test / format (push) Has been cancelled

This commit is contained in:
Adlertz, Niclas 2025-01-08 15:24:39 +01:00 committed by Simon Cruanes
parent 31ad563044
commit 4294dc7ca3

View file

@ -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. *)