mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-08 12:15:32 -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 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue