diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-11 22:28:43 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-11 22:28:43 -0400 |
| commit | 3443edf760bd4d53aafb2079f7ab67d98ee5013e (patch) | |
| tree | ec7d77db2a266d27cfb19ad30f4892e84ed2593b /docs | |
| parent | f7ff82913fccde369fcbc666100570e7cad066db (diff) | |
Use optionals for iterators
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/paths.md | 2 |
1 files changed, 1 insertions, 1 deletions
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:** |
