Skip to content

Commit

Permalink
doc: minor format change
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Jul 25, 2024
1 parent de60e6e commit ba1298c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk-crypto/src/identities/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ impl OtherUserIdentityData {
// We update the identity with the new master and self signing key, but we keep
// the previous pinned master key.
// This identity will have a pin violation until the new master key is pinned
// (see [`has_pin_violation`]).
// (see `has_pin_violation()`).
let pinned_master_key = self.pinned_master_key.read().unwrap().clone();

let new = Self {
Expand Down

0 comments on commit ba1298c

Please sign in to comment.