diff --git a/rust/lancedb/src/utils.rs b/rust/lancedb/src/utils.rs index 6ceffa14..b0aea186 100644 --- a/rust/lancedb/src/utils.rs +++ b/rust/lancedb/src/utils.rs @@ -39,7 +39,7 @@ impl PatchStoreParam for Option { let mut params = self.unwrap_or_default(); if params.object_store_wrapper.is_some() { return Err(Error::Other { - message: "can not patch param because object store is already set".into(), + message: "can not patch param because object store is already set.".into(), source: None, }); }