fix in doc (closes #145)

This commit is contained in:
Simon Cruanes 2017-07-21 15:02:42 +02:00
parent b7b6bd19a3
commit d076afc405

View file

@ -311,5 +311,5 @@ module Dump : sig
val result : 'a t -> ('a, string) Result.result t val result : 'a t -> ('a, string) Result.result t
val result' : 'a t -> 'e t -> ('a, 'e) Result.result t val result' : 'a t -> 'e t -> ('a, 'e) Result.result t
val to_string : 'a t -> 'a -> string val to_string : 'a t -> 'a -> string
(** Alias to {!to_string} *) (** Alias to {!CCFormat.to_string} *)
end end