File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5050 /// In brief, computation is defined as chain of iterator transformations and parallelization
5151 /// is handled by the underlying parallel executor.
5252 ///
53- /// Required **orx-parallel** feature.
53+ /// Requires **orx-parallel** feature.
5454 ///
5555 /// [`ParIter`]: orx_parallel::ParIter
5656 /// [`into_iter_x`]: crate::List::into_iter_x
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ where
113113 /// In brief, computation is defined as chain of iterator transformations and parallelization
114114 /// is handled by the underlying parallel executor.
115115 ///
116- /// Required **orx-parallel** feature.
116+ /// Requires **orx-parallel** feature.
117117 ///
118118 /// [`ParIter`]: orx_parallel::ParIter
119119 /// [`iter_x`]: crate::List::iter_x
You can’t perform that action at this time.
0 commit comments