mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
doc: small fix
This commit is contained in:
parent
211cd5863b
commit
5da10f49a2
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ val set : ('a, rw) t -> int -> 'a -> unit
|
|||
@raise Invalid_argument if bad index. *)
|
||||
|
||||
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].
|
||||
Preserve the order of the elements in [v].
|
||||
See {!remove_unordered} for constant time function. *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue