aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/paths.md2
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:**