From 9f66cb2ffd473cff6599a9955c5fc4b53c07341c Mon Sep 17 00:00:00 2001
From: Eli Bendersky
Date: Wed, 21 Aug 2024 16:20:10 -0700
Subject: [PATCH] Update generated HTML
---
examples/range-over-iterators/range-over-iterators.hash | 4 ++--
public/range-over-iterators | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/examples/range-over-iterators/range-over-iterators.hash b/examples/range-over-iterators/range-over-iterators.hash
index ee781b407..548dd0cb6 100644
--- a/examples/range-over-iterators/range-over-iterators.hash
+++ b/examples/range-over-iterators/range-over-iterators.hash
@@ -1,2 +1,2 @@
-375f830fbe82633900d572c9077302143463a2e3
-BayyagaCK83
+80571e7bb21ff847addac0ea92b3ddf86be86cb6
+JsdFcZac4E-
diff --git a/public/range-over-iterators b/public/range-over-iterators
index 4cec9ff57..586130690 100644
--- a/public/range-over-iterators
+++ b/public/range-over-iterators
@@ -46,7 +46,7 @@ which lets us range over pretty much anything!
- ![Run code](play.png)
+ ![Run code](play.png)
package main
|
@@ -236,7 +236,7 @@ all its values into a slice.
Once the loop hits break or an early return, the yield function
-passed to the iterator will return false , stopping the iterator.
+passed to the iterator will return false .
|
|