Skip to content

Commit

Permalink
docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Dec 10, 2024
1 parent 437ab14 commit d1e6523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex-array/src/compute/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub trait ComputeVTable {

/// Broadcast a scalar operation over a Vortex array.
///
/// See: [SubtractScalarFn].
/// See: [ScalarNumericFn].
fn scalar_numeric_fn(&self) -> Option<&dyn ScalarNumericFn<ArrayData>> {
None
}
Expand Down

0 comments on commit d1e6523

Please sign in to comment.