mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-24 06:18:28 -04:00
Fix non-contraction it's in set_value.rs
This uses "its" in place of "it's" when not a contraction.
This commit is contained in:
parent
38ff6f81c5
commit
9d60ac01d0
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ impl StorageManager {
|
|||
} else {
|
||||
// If the sequence number is older, or an equal sequence number,
|
||||
// node should have not returned a value here.
|
||||
// Skip this node and it's closer list because it is misbehaving
|
||||
// Skip this node and its closer list because it is misbehaving
|
||||
return Ok(None);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue