mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
missing @since annotation; typo
This commit is contained in:
parent
0c624461d5
commit
4f4f67fa46
2 changed files with 3 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ What is _containers_?
|
|||
be able to deal with your favorite unicode library).
|
||||
- A sub-library with complicated abstractions, `containers.advanced` (with
|
||||
a LINQ-like query module, batch operations using GADTs, and others).
|
||||
- Utilities aroud the `unix` library in `containers.unix` (mainly to spawn
|
||||
- Utilities around the `unix` library in `containers.unix` (mainly to spawn
|
||||
sub-processes)
|
||||
- A bigstring module using `bigarray` in `containers.bigarray`
|
||||
- A lightweight S-expression printer and streaming parser in `containers.sexp`
|
||||
|
|
|
|||
|
|
@ -195,7 +195,8 @@ module type S = sig
|
|||
|
||||
val of_array : Array.t -> t
|
||||
(** Create a buffer from an initial array, but doesn't take ownership
|
||||
of it (stills allocates a new internal array) *)
|
||||
of it (stills allocates a new internal array)
|
||||
@since 0.11 *)
|
||||
|
||||
val to_array : t -> Array.t
|
||||
(** Create an array from the elements, in order.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue