typo
This commit is contained in:
parent
c867ef0961
commit
2064af36c9
@ -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
|
||||||
|
|
||||||
|
@ -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 ->
|
||||||
|
Loading…
Reference in New Issue
Block a user