Skip to content

Commit 1fef06f

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

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
@@ -26,7 +26,7 @@ fn main() {
2626

2727
// Seal the key with the PIN
2828
// The KDF settings are chosen for you, and do not need to be separately tracked or synced
29-
// Next, story this protected key envelope on disk.
29+
// Next, store this protected key envelope on disk.
3030
let pin = "1234";
3131
let envelope =
3232
PasswordProtectedKeyEnvelope::seal(vault_key, pin, &ctx).expect("Sealing should work");

0 commit comments

Comments
 (0)