Skip to content

Commit 824667a

Browse files
committed
typo fixed
1 parent 9ef1676 commit 824667a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/list/consuming.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ where
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

src/list/get.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)