From 37f3e91f6c95d46f161dbde05b0a005fe7e7c17a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 7 Dec 2024 16:04:25 -0500 Subject: Rename "NONE" to "none" --- docs/iterators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/iterators.md') 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 -- cgit v1.2.3