From c5655f383a02502571fbbc7cd621bc7c9e44b7e4 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Tue, 27 Aug 2024 02:39:25 +0000 Subject: [PATCH] Update Examples --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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