Skip to content

Commit 7c46630

Browse files
committed
docs: fix a typo for luzer.path
`luzer.path` mistakenly called a function, although it is a table. The patch fixes that. Closes #75
1 parent aae4bbd commit 7c46630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ want to allow only those inputs into the corpus that parse successfully. If the
2525
fuzz target returns `-1` on a given input, `luzer` will not add that input top
2626
the corpus, regardless of what coverage it triggers.
2727

28-
The `luzer` module provides a function `path()` that returns a table with paths
28+
The `luzer` module provides a table `path` with paths
2929
to shared libraries with libFuzzer and sanitizers.
3030

3131
```

0 commit comments

Comments
 (0)