diff --git a/src/core/CCArray.mli b/src/core/CCArray.mli index 7f0a1ce9..e411838c 100644 --- a/src/core/CCArray.mli +++ b/src/core/CCArray.mli @@ -243,7 +243,7 @@ val to_iter : 'a t -> 'a iter val of_iter : 'a iter -> 'a t (** [of_iter iter] builds a array from a given [iter]. In the result, elements appear in the same order as they did in the source [iter]. - @since 3.15 *) + @since NEXT_RELEASE *) val to_seq : 'a t -> 'a Seq.t (** [to_seq a] returns a [Seq.t] of the elements of an array [a]. diff --git a/src/core/CCArrayLabels.mli b/src/core/CCArrayLabels.mli index f681e482..fd6552bf 100644 --- a/src/core/CCArrayLabels.mli +++ b/src/core/CCArrayLabels.mli @@ -251,7 +251,7 @@ val to_iter : 'a t -> 'a iter val of_iter : 'a iter -> 'a t (** [of_iter iter] builds a array from a given [iter]. In the result, elements appear in the same order as they did in the source [iter]. - @since 3.15 *) + @since NEXT_RELEASE *) val to_seq : 'a t -> 'a Seq.t (** [to_seq a] returns a [Seq.t] of the elements of an array [a].