doc: small fix

This commit is contained in:
Simon Cruanes 2020-07-28 17:52:55 -04:00
parent 211cd5863b
commit 5da10f49a2

View file

@ -238,7 +238,7 @@ val set : ('a, rw) t -> int -> 'a -> unit
@raise Invalid_argument if bad index. *) @raise Invalid_argument if bad index. *)
val remove_and_shift : ('a, rw) t -> int -> unit val remove_and_shift : ('a, rw) t -> int -> unit
(** [remove v i] remove the [i-th] element from [v]. (** [remove_and_shift v i] remove the [i-th] element from [v].
Move elements that are after the [i-th] in [v]. Move elements that are after the [i-th] in [v].
Preserve the order of the elements in [v]. Preserve the order of the elements in [v].
See {!remove_unordered} for constant time function. *) See {!remove_unordered} for constant time function. *)