Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
rad: Fix typo in `node::notifications::StoreReader`
Sebastian Martinez committed 2 years ago
commit fbe33340edb3e341ae8ed6209e0068c055d1981b
parent 9767b485c2aad1e23097d2b5165287ba84cfa452
1 file changed +1 -1
modified radicle/src/node/notifications.rs
@@ -13,7 +13,7 @@ use crate::storage::{RefUpdate, RemoteId};
pub use store::{Error, Store};
/// Read and write to the store.
pub type StoreWriter = Store<store::Write>;
-
/// Write to the store.
+
/// Read from the store.
pub type StoreReader = Store<store::Read>;

/// Unique identifier for a notification.