From 765a8da8763896be475a2e511b29d13b74398d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=97=E9=9C=B2?= <69190413+illusory0x0@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:37:57 +0800 Subject: [PATCH] update docs --- src/core/CCArray.mli | 2 +- src/core/CCArrayLabels.mli | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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].