From 507bf63e22e217c9cb9cee940068a820d062be05 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Tue, 10 Aug 2021 13:11:09 +0100 Subject: [PATCH] Address issue with comment (#349) https://github.com/martinsumner/leveled/issues/269 --- src/leveled_bookie.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/leveled_bookie.erl b/src/leveled_bookie.erl index 45c89c2..7fc0785 100644 --- a/src/leveled_bookie.erl +++ b/src/leveled_bookie.erl @@ -220,7 +220,7 @@ %% For full description of options see ../docs/STARTUP_OPTIONS.md [{root_path, string()|undefined} | % Folder to be used as the root path for storing all the database - % information. May be undefined is snapshot_bookie is a pid() + % information. Should be undefined is snapshot_bookie is a pid() % TODO: Some sort of split root path to allow for mixed classes of % storage (e.g. like eleveldb tiered storage - only with % separation between ledger and non-current journal)