Skip to content

Commit

Permalink
Doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG2 committed Apr 4, 2024
1 parent 14c963b commit e100756
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ use num_traits::{One, Zero};
/// `iterator_ilp` without unsafe assertions about types outside of their
/// control. In an ideal world, all numerical container libraries would
/// eventually provide such implementations.
/// - Use the [`AssertLowerBoundOk`] unsafe wrapper to unsafely assert, on your
/// side, that **you** trust an iterator to have a `size_hint()`
/// implementation that provides a correct lower bound.
/// - Use the [`AssertLowerBoundOk`] wrapper to unsafely assert, on your side,
/// that **you** trust an iterator to have a `size_hint()` implementation that
/// provides a correct lower bound.
///
/// That's it for the general strategy, now to get into the detail of particular
/// algorithms, we must divide [`Iterator`] reductions into three categories:
Expand Down

0 comments on commit e100756

Please sign in to comment.