diff --git a/iterators.html b/iterators.html index ccd9942..0c89a57 100755 --- a/iterators.html +++ b/iterators.html @@ -312,7 +312,7 @@ rules = LazyRules()
__next__() method gets called whenever someone — say, a for loop — calls next(rules). This method will only make sense if we start at the end and work backwards. So let’s do that.
build_match_and_apply_functions() function hasn’t changed; it’s the same as it ever was.
-self.cache.
+self.cache.
Moving backwards…