mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-10 13:13:56 -05:00
fix doc
This commit is contained in:
parent
c64aa9ef66
commit
c9d7c70834
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ module type HASH = sig
|
||||||
val int64 : int64 -> state -> state
|
val int64 : int64 -> state -> state
|
||||||
val nativeint : nativeint -> state -> state
|
val nativeint : nativeint -> state -> state
|
||||||
val slice : string -> int -> int -> 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] *)
|
into [state] *)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue