Merge pull request #844 from matthiasbeyer/libimagentrylink/fix-docu-typo

Fix docu typo
This commit is contained in:
Matthias Beyer 2016-12-05 19:04:36 +01:00 committed by GitHub
commit 7c7aad9ea4

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