diff --git a/Examples.md b/Examples.md index c3ab63a..a79d50c 100644 --- a/Examples.md +++ b/Examples.md @@ -1187,7 +1187,7 @@ pub trait Iterator fn main let vec1 = vec![1, 2, 3] - vec2 = vec![4, 5, 6] + vec2 = vec![4, 5, 6] //! Note use of fragment of loop construct to just get the corresponding iterator println! "2 in vec1: {}", &in vec1.any &x => x == 2