From e3b0600a8b5cc7d5ec6e5433828997227c4dbfd0 Mon Sep 17 00:00:00 2001 From: favonia Date: Tue, 18 May 2021 16:31:12 -0500 Subject: [PATCH] fix(hash): resolve ambiguous doc comment of bytes --- src/core/CCHash.mli | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/CCHash.mli b/src/core/CCHash.mli index deab8efe..e3f7a6ca 100644 --- a/src/core/CCHash.mli +++ b/src/core/CCHash.mli @@ -40,6 +40,7 @@ val slice : string -> int -> int t val bytes : bytes t (** Hash a byte array. @since NEXT_RELEASE *) + val string : string t val list : 'a t -> 'a list t