We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1495dbc commit b489712Copy full SHA for b489712
vortex-cuda/src/session.rs
@@ -121,7 +121,7 @@ impl CudaSession {
121
.load_function(module_name, type_suffixes, &self.context)
122
}
123
124
- /// Get a handle to the exporter that converts Vortex arrays to [`ArrowDeviceArray`].
+ /// Get a handle to the exporter that converts Vortex arrays to `ArrowDeviceArray`.
125
pub fn export_device_array(&self) -> &Arc<dyn ExportDeviceArray> {
126
&self.export_device_array
127
0 commit comments