Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update primitives/state-machine/src/in_memory_backend.rs
Co-authored-by: cheme <[email protected]>
  • Loading branch information
bkchr and cheme authored May 20, 2022
commit f4faebdf2d95cb5028510e01b482826fdc697a40
2 changes: 1 addition & 1 deletion primitives/state-machine/src/in_memory_backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use std::collections::{BTreeMap, HashMap};

/// Create a new empty instance of in-memory backend.
///
/// It will us [`HashKey`] to store the keys internally.
/// It will use [`HashKey`] to store the keys internally.
pub fn new_in_mem_hash_key<H: Hasher>() -> TrieBackend<MemoryDB<H>, H>
where
H: Hasher,
Expand Down