summaryrefslogtreecommitdiffstats
path: root/libimagentrylink
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-12-05 17:17:26 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-12-05 17:17:26 +0100
commit3e426b87cf32f293f38c763838113dfef1e7edef (patch)
tree0a5b7e3b70287051c3e09035e3b1c5e6c9922330 /libimagentrylink
parent2003efd70646e121865cf12c4183c37388ad48f3 (diff)
Fix docu typo
Diffstat (limited to 'libimagentrylink')
-rw-r--r--libimagentrylink/src/external.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libimagentrylink/src/external.rs b/libimagentrylink/src/external.rs
index 5eb4d2d8..4959428b 100644
--- a/libimagentrylink/src/external.rs
+++ b/libimagentrylink/src/external.rs
@@ -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