Skip to content

Commit ec0e31a

Browse files
committed
fix documentation
1 parent 43ada68 commit ec0e31a

File tree

1 file changed

+2
-3
lines changed
  • mithril-common/src/store/adapter

1 file changed

+2
-3
lines changed

mithril-common/src/store/adapter/mod.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//! Define a generic way to store data with the [Store Adapter][store_adapter::StoreAdapter], with
2-
//! two main implementations ([in memory][MemoryAdapter] or [filesystem as json][JsonFileStoreAdapter])
3-
//! and two more for testing ([a stub with one record][DumbStoreAdapter] and one which
4-
//! [always fails][FailStoreAdapter]).
2+
//! an adapter ([in memory][MemoryAdapter] and two more for testing ([a stub with one
3+
//! record][DumbStoreAdapter] and one which [always fails][FailStoreAdapter]).
54
65
mod memory_adapter;
76
mod sqlite_adapter;

0 commit comments

Comments
 (0)