aboutsummaryrefslogtreecommitdiff
path: root/docs/iterators.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/iterators.md')
-rw-r--r--docs/iterators.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/iterators.md b/docs/iterators.md
index 064af9c2..ff7ed138 100644
--- a/docs/iterators.md
+++ b/docs/iterators.md
@@ -22,7 +22,7 @@ successively gets one line from a file at a time until the file is exhausted:
>> iter()
= "line three" : Text?
>> iter()
-= NONE : Text?
+= none : Text?
for line in (./test.txt):each_line():
pass