Fix typos (#10675)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
@@ -156,7 +156,7 @@ impl Crds {
|
||||
}
|
||||
}
|
||||
|
||||
/// Update the timestamp's of all the labels that are assosciated with Pubkey
|
||||
/// Update the timestamp's of all the labels that are associated with Pubkey
|
||||
pub fn update_record_timestamp(&mut self, pubkey: &Pubkey, now: u64) {
|
||||
for label in &CrdsValue::record_labels(pubkey) {
|
||||
self.update_label_timestamp(label, now);
|
||||
|
||||
Reference in New Issue
Block a user