From 7db4831fba50a064d534ff247d7b7e4f6120225f Mon Sep 17 00:00:00 2001 From: J Robert Ray Date: Thu, 4 Jul 2024 15:13:13 -0700 Subject: [PATCH] Fix "it's" vs "its" Signed-off-by: J Robert Ray --- crates/spfs/src/graph/object.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/spfs/src/graph/object.rs b/crates/spfs/src/graph/object.rs index f53e74581..318230874 100644 --- a/crates/spfs/src/graph/object.rs +++ b/crates/spfs/src/graph/object.rs @@ -60,7 +60,7 @@ impl Object { /// In memory, objects always use the latest flatbuffer /// format. The given bytes may be discarded or reconstructed /// if a conversion is necessary, but the header is preserved - /// in order to ensure that the object does not change it's + /// in order to ensure that the object does not change its /// digest unless explicitly marked to do so. pub fn new>(buf: B) -> crate::Result { let bytes = buf.into(); @@ -118,7 +118,7 @@ impl Object { /// In memory, objects always use the latest flatbuffer /// format. The given bytes may be discarded or reconstructed /// if a conversion is necessary, but the header is preserved - /// in order to ensure that the object does not change it's + /// in order to ensure that the object does not change its /// digest unless explicitly marked to do so. /// /// Unlike [`Object::new`] this constructor doesn't respect the header and