Add square brackets in comment for CCList.return

This commit is contained in:
Adlertz, Niclas 2025-01-08 15:24:39 +01:00
parent 31ad563044
commit 3b4357719d

View file

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