aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/paths.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/paths.md b/docs/paths.md
index 530560a4..cb0918f8 100644
--- a/docs/paths.md
+++ b/docs/paths.md
@@ -124,7 +124,7 @@ or returns a null value if the file could not be opened.
**Usage:**
```markdown
-by_line(path: Path -> (func()->Text?)?)
+by_line(path: Path -> func(->Text?)?)
```
**Parameters:**