Skip to content

Commit 7848fa6

Browse files
Update crates/bitwarden-crypto/examples/protect_key_with_password.rs
Co-authored-by: Thomas Avery <[email protected]>
1 parent b85806a commit 7848fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bitwarden-crypto/examples/protect_key_with_password.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use bitwarden_crypto::{
88
};
99

1010
fn main() {
11-
let key_story = KeyStore::<ExampleIds>::default();
11+
let key_store = KeyStore::<ExampleIds>::default();
1212
let mut ctx: KeyStoreContext<'_, ExampleIds> = key_story.context_mut();
1313
let mut disk = MockDisk::new();
1414

0 commit comments

Comments
 (0)