diff --git a/src/space/fixed_interpolator.rs b/src/space/fixed_interpolator.rs index 0973189..b1d4a84 100644 --- a/src/space/fixed_interpolator.rs +++ b/src/space/fixed_interpolator.rs @@ -309,8 +309,8 @@ impl FixedInterpolator { Self::from_compressed_values(node_values, node_gradients, node_indices, supported_node_offsets) } - /// Same as [`from_space_and_points`], but runs parts of the algorithm in parallel with - /// `rayon`. + /// Same as [`from_space_and_points`](Self::from_space_and_points), + /// but runs parts of the algorithm in parallel with `rayon`. pub fn from_space_and_points_par( space: &Space, points: &[OPoint],