Skip to content

Commit

Permalink
Update node/src/node/builder.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mikołaj Florkiewicz <[email protected]>
Signed-off-by: Yiannis Marangos <[email protected]>
  • Loading branch information
oblique and fl0rek authored Dec 11, 2024
1 parent d24f09f commit 3758c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/node/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub enum NodeBuilderError {
}

impl NodeBuilder<InMemoryBlockstore, InMemoryStore> {
/// Creates a new [`NodeBuilder`] that is using in-memory stores.
/// Creates a new [`NodeBuilder`] which uses in-memory stores.
///
/// After the creation you can use [`NodeBuilder::blockstore`]
/// and [`NodeBuilder::store`] to set other stores.
Expand Down

0 comments on commit 3758c78

Please sign in to comment.