diff --git a/src/data/CCWBTree.ml b/src/data/CCWBTree.ml index de04e953..793569ce 100644 --- a/src/data/CCWBTree.ml +++ b/src/data/CCWBTree.ml @@ -65,7 +65,7 @@ module type S = sig val fold : f:('b -> key -> 'a -> 'b) -> x:'b -> 'a t -> 'b val mapi : f:(key -> 'a -> 'b) -> 'a t -> 'b t - (** Map values, giving both key and value. Will use {!WORD.of_list} to rebuild keys. + (** Map values, giving both key and value. @since 0.17 *) diff --git a/src/data/CCWBTree.mli b/src/data/CCWBTree.mli index 969f9f76..f54917e0 100644 --- a/src/data/CCWBTree.mli +++ b/src/data/CCWBTree.mli @@ -63,7 +63,7 @@ module type S = sig val fold : f:('b -> key -> 'a -> 'b) -> x:'b -> 'a t -> 'b val mapi : f:(key -> 'a -> 'b) -> 'a t -> 'b t - (** Map values, giving both key and value. Will use {!WORD.of_list} to rebuild keys. + (** Map values, giving both key and value. @since 0.17 *)