From 3443edf760bd4d53aafb2079f7ab67d98ee5013e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 11 Sep 2024 22:28:43 -0400 Subject: Use optionals for iterators --- docs/paths.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/paths.md b/docs/paths.md index a2b7c519..de483168 100644 --- a/docs/paths.md +++ b/docs/paths.md @@ -95,7 +95,7 @@ Returns an iterator that can be used to iterate over a file one line at a time. **Usage:** ```markdown -by_line(path: Path) -> func()->NextLine +by_line(path: Path) -> func()->Text? ``` **Parameters:** -- cgit v1.2.3