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
@ -106,7 +106,7 @@ impl StorageManager {
|
|||||||
} else {
|
} else {
|
||||||
// If the sequence number is older, or an equal sequence number,
|
// If the sequence number is older, or an equal sequence number,
|
||||||
// node should have not returned a value here.
|
// 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);
|
return Ok(None);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user