Skip to content

Commit 25c697a

Browse files
committed
Fix docs
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent 20a8cf8 commit 25c697a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-datafusion/src/persistent/format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ impl VortexFormat {
193193
Self::new_with_options(session, VortexTableOptions::default())
194194
}
195195

196-
/// Creates a new instance with configured by a [`VortexOptions`].
196+
/// Creates a new instance with configured by a [`VortexTableOptions`].
197197
pub fn new_with_options(session: VortexSession, opts: VortexTableOptions) -> Self {
198198
Self {
199199
session: session.clone(),

0 commit comments

Comments
 (0)