From c9d7c70834c3a0425a16d32a25d2e81b1b6d9e32 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 22 Sep 2015 18:33:39 +0200 Subject: [PATCH] fix doc --- src/core/CCHash.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CCHash.mli b/src/core/CCHash.mli index a2c7eada..b10efb17 100644 --- a/src/core/CCHash.mli +++ b/src/core/CCHash.mli @@ -124,7 +124,7 @@ module type HASH = sig val int64 : int64 -> state -> state val nativeint : nativeint -> state -> state val slice : string -> int -> int -> state -> state - (** [slice s i len state] hashes the slice [[i, ... i+len)] of [s] + (** [slice s i len state] hashes the slice [i, ... i+len-1] of [s] into [state] *) end