Skip to content

Commit f704f2e

Browse files
committed
f others
1 parent 4f82a75 commit f704f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-persister/src/fs_store.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ impl KVStore for FilesystemStore {
320320

321321
let metadata = p.metadata()?;
322322

323-
// We allow the presence of directories in the empty namespace and just skip them.
323+
// We allow the presence of directories in the empty primary namespace and just skip them.
324324
if metadata.is_dir() {
325325
continue;
326326
}

0 commit comments

Comments
 (0)