Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk committed Mar 1, 2024
1 parent 6f8a29a commit f42475d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/trie-parallel/src/async_root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use tracing::*;
/// the last transaction is open.
/// See docs of using [ConsistentDbView] for caveats.
///
/// For sync usage, take a look at [ParallelStateRoot](crate::ParallelStateRoot).
/// For sync usage, take a look at `ParallelStateRoot`.
#[derive(Debug)]
pub struct AsyncStateRoot<DB, Provider> {
/// Consistent view of the database.
Expand Down
2 changes: 1 addition & 1 deletion crates/trie-parallel/src/parallel_root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use tracing::*;
/// the last transaction is open.
/// See docs of using [ConsistentDbView] for caveats.
///
/// If possible, use more optimized [AsyncStateRoot](crate::AsyncStateRoot) instead.
/// If possible, use more optimized `AsyncStateRoot` instead.
#[derive(Debug)]
pub struct ParallelStateRoot<DB, Provider> {
/// Consistent view of the database.
Expand Down

0 comments on commit f42475d

Please sign in to comment.