Skip to content

Commit

Permalink
Add square brackets in comment for CCList.return
Browse files Browse the repository at this point in the history
  • Loading branch information
nadlertz authored and c-cube committed Jan 29, 2025
1 parent 31ad563 commit 4294dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CCList.mli
Original file line number Diff line number Diff line change
Expand Up @@ -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. *)
Expand Down

0 comments on commit 4294dc7

Please sign in to comment.