diff --git a/src/base/par_iter.rs b/src/base/par_iter.rs index 19700c92..7d943e40 100644 --- a/src/base/par_iter.rs +++ b/src/base/par_iter.rs @@ -12,7 +12,7 @@ use rayon::{iter::plumbing::bridge, prelude::*}; /// A rayon parallel iterator over the colums of a matrix. It is created /// using the [`par_column_iter`] method of [`Matrix`]. -/// +/// /// *only availabe if compiled with the feature `par-iter`* /// [`par_column_iter`]: crate::Matrix::par_column_iter /// [`Matrix`]: crate::Matrix