Update docs

This commit is contained in:
Bruce Hill 2024-10-09 13:28:19 -04:00
parent 074cf22ad4
commit 63d48e9feb

View File

@ -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:**