Skip to content

Commit 0ba106b

Browse files
committed
fix comment
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent 8f63ab2 commit 0ba106b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • vortex-duckdb/src/exporter

vortex-duckdb/src/exporter/geo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use vortex_geo::extension::WellKnownBinaryData;
88

99
use crate::exporter::ColumnExporter;
1010

11-
/// Create a new exporter for geospatial data stored in one of the supported spatial formats.
11+
/// Create a new exporter for geospatial data stored as Well-Known Binary (WKB) format.
1212
pub(crate) fn new_wkb_exporter(
1313
array: WellKnownBinaryData,
1414
ctx: &mut ExecutionCtx,

0 commit comments

Comments
 (0)