diff --git a/quickwit/quickwit-storage/src/storage_factory.rs b/quickwit/quickwit-storage/src/storage_factory.rs index c8f0f93d373..1026288d165 100644 --- a/quickwit/quickwit-storage/src/storage_factory.rs +++ b/quickwit/quickwit-storage/src/storage_factory.rs @@ -26,8 +26,8 @@ use quickwit_config::StorageBackend; use crate::storage::StreamableStorage; use crate::StorageResolverError; -/// A storage factory builds a [`Storage`] object for a target [`StorageBackend`] from a -/// [`Uri`]. +/// A storage factory builds a [`StreamableStorage`] object for a target +/// [`StorageBackend`] from a [`Uri`]. #[cfg_attr(any(test, feature = "testsuite"), mockall::automock)] #[async_trait] pub trait StorageFactory: Send + Sync + 'static {