Skip to content

Commit 4294dc7

Browse files
nadlertzc-cube
authored andcommitted
Add square brackets in comment for CCList.return
1 parent 31ad563 commit 4294dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/core/CCList.mli

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ val mguard : bool -> unit t
384384
@since 3.1 *)
385385

386386
val return : 'a -> 'a t
387-
(** [return x] is [x]. *)
387+
(** [return x] is [[x]]. *)
388388

389389
val take : int -> 'a t -> 'a t
390390
(** [take n l] takes the [n] first elements of the list [l], drop the rest. *)

0 commit comments

Comments
 (0)