This commit is contained in:
Vincent Bernardoff 2016-10-06 12:55:38 +02:00 committed by Grégoire Henry
parent c867ef0961
commit 2064af36c9
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
(* *) (* *)
(**************************************************************************) (**************************************************************************)
(** Tezos - Versionned (key x value) store (over Irmin) *) (** Tezos - Versioned (key x value) store (over Irmin) *)
open Logging.Db open Logging.Db

View File

@ -7,7 +7,7 @@
(* *) (* *)
(**************************************************************************) (**************************************************************************)
(** Tezos - Versionned, block indexed (key x value) store *) (** Tezos - Versioned, block indexed (key x value) store *)
(** A block-indexed (key x value) store directory. *) (** A block-indexed (key x value) store directory. *)
type index type index
@ -15,7 +15,7 @@ type index
(** A (key x value) store for a given block. *) (** A (key x value) store for a given block. *)
type store type store
(** Open or initialize a versionned store at a given path. *) (** Open or initialize a versioned store at a given path. *)
val init: val init:
?patch_context:(store -> store Lwt.t) -> ?patch_context:(store -> store Lwt.t) ->
root:string -> root:string ->