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:
Haley Weslin 2023-09-25 19:20:57 +00:00
parent 38ff6f81c5
commit 9d60ac01d0

View File

@ -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 {