diff --git a/datafusion/core/src/datasource/file_format/mod.rs b/datafusion/core/src/datasource/file_format/mod.rs index 8b3b2a591453..42b16656fbc6 100644 --- a/datafusion/core/src/datasource/file_format/mod.rs +++ b/datafusion/core/src/datasource/file_format/mod.rs @@ -311,7 +311,7 @@ pub enum FileWriterMode { PutMultipart, } -/// Returns an [`AbortableWrite`] which writes to the given object store location +/// Returns an [`AbortableWrite`] which writes to the given object store location /// with the specified compression pub(crate) async fn create_writer( writer_mode: FileWriterMode,