Skip to content

Commit b8198bf

Browse files
committed
Fix typo
1 parent 6b11472 commit b8198bf

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
@@ -9,7 +9,7 @@ use bitwarden_crypto::{
99

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

1515
// Alice wants to protect a key with a password.

0 commit comments

Comments
 (0)