aboutsummaryrefslogtreecommitdiff
path: root/docs/paths.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-10-09 13:28:19 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-10-09 13:28:19 -0400
commit63d48e9febf2aa65de4cfd40489b05cbcdfd463a (patch)
tree7b318c50e814e3382f795c7660ad4643d8a89590 /docs/paths.md
parent074cf22ad462eafe963e4a749b2b74cab51211a1 (diff)
Update docs
Diffstat (limited to 'docs/paths.md')
-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:**