minor fixes in doc

This commit is contained in:
Simon Cruanes 2018-03-08 17:53:43 -06:00
parent 4a9b41c3cd
commit c578dd9583
3 changed files with 7 additions and 7 deletions

View file

@ -79,8 +79,8 @@ type 'a sequence = ('a -> unit) -> unit
val of_seq : 'a sequence -> 'a t
(** Create a deque from the sequence.
@since 0.13 optional argument [deque] disappears, use
{!add_seq_back} instead. *)
optional argument [deque] disappears, use {!add_seq_back} instead since
0.13 *)
val to_seq : 'a t -> 'a sequence
(** Iterate on the elements. *)

View file

@ -26,9 +26,10 @@
assert (M.get ~inj:inj_str 3 m = None)
]}
change of API, the map is last argument to make piping with [|>] easier since 0.16.
@since 0.9
@since 0.16 change of API, the map is last argument to
make piping with [|>] easier. *)
*)
type 'a injection
(** An accessor for values of type 'a in any map. Values put

View file

@ -10,10 +10,9 @@
{b status: experimental}
@since 0.9
Change in the API to provide only a bounded buffer since 1.3
Change in the API to provide only a bounded buffer
@since 1.3
@since 0.9
*)
(** {2 Underlying Array} *)