Fix docu typo

This commit is contained in:
Matthias Beyer 2016-12-05 17:17:26 +01:00
parent 2003efd706
commit 3e426b87cf

View file

@ -146,7 +146,7 @@ pub mod iter {
/// ---- | ---- | --- | ----
/// 0 | 0 | 0 | 1
/// 0 | 1 | 1 | 0
/// 1 | 1 | 1 | 0
/// 1 | 0 | 1 | 0
/// 1 | 1 | 0 | 1
///
/// If `bool` says "take if return value is false", we take the element if the `pred` returns