fix small warning

This commit is contained in:
Simon Cruanes 2017-11-29 14:38:21 +01:00
parent b1cc57b2fe
commit 2fbf765466

View file

@ -148,8 +148,9 @@ module type S = sig
val of_list : elt list -> t
(** [of_list l = add_list empty l] *)
val add_seq : t -> elt sequence -> t (** @since 0.16 *)
(** Similar to {!add_list} *)
val add_seq : t -> elt sequence -> t
(** Similar to {!add_list}
@since 0.16 *)
val of_seq : elt sequence -> t