Skip to content

Commit b489712

Browse files
committed
lol
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent 1495dbc commit b489712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-cuda/src/session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl CudaSession {
121121
.load_function(module_name, type_suffixes, &self.context)
122122
}
123123

124-
/// Get a handle to the exporter that converts Vortex arrays to [`ArrowDeviceArray`].
124+
/// Get a handle to the exporter that converts Vortex arrays to `ArrowDeviceArray`.
125125
pub fn export_device_array(&self) -> &Arc<dyn ExportDeviceArray> {
126126
&self.export_device_array
127127
}

0 commit comments

Comments
 (0)