We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae4bbd commit 7c46630Copy full SHA for 7c46630
docs/api.md
@@ -25,7 +25,7 @@ want to allow only those inputs into the corpus that parse successfully. If the
25
fuzz target returns `-1` on a given input, `luzer` will not add that input top
26
the corpus, regardless of what coverage it triggers.
27
28
-The `luzer` module provides a function `path()` that returns a table with paths
+The `luzer` module provides a table `path` with paths
29
to shared libraries with libFuzzer and sanitizers.
30
31
```
0 commit comments