Fix docu typo
This commit is contained in:
parent
2003efd706
commit
3e426b87cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue