From d076afc405a5347d4f1220f0760d8dfe4eb10a0a Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 21 Jul 2017 15:02:42 +0200 Subject: [PATCH] fix in doc (closes #145) --- src/core/CCFormat.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CCFormat.mli b/src/core/CCFormat.mli index f55662e4..29360823 100644 --- a/src/core/CCFormat.mli +++ b/src/core/CCFormat.mli @@ -311,5 +311,5 @@ module Dump : sig val result : 'a t -> ('a, string) Result.result t val result' : 'a t -> 'e t -> ('a, 'e) Result.result t val to_string : 'a t -> 'a -> string - (** Alias to {!to_string} *) + (** Alias to {!CCFormat.to_string} *) end