Skip to content

Commit

Permalink
Update src/pk_encryption.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Damir Jelić <poljar@termina.org.uk>
  • Loading branch information
devonh and poljar authored Sep 6, 2024
1 parent 6fb1507 commit 5bf62e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pk_encryption.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ impl PkDecryption {
/// Create a [`PkDecryption`] object by unpickling a PkDecryption pickle in
/// libolm legacy pickle format.
///
/// Such pickles are encrypted and need to first be decrypted using
/// Such pickles are encrypted and need to first be decrypted using a
/// `pickle_key`.
pub fn from_libolm_pickle(
pickle: &str,
Expand Down

0 comments on commit 5bf62e8

Please sign in to comment.