mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Fixed typo
This commit is contained in:
parent
81f8d80fe1
commit
cae1a76629
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ The fuzzer needs some input to start the fuzzing with. Copy some sample Pilosa f
|
|||
|
||||
Once you have copied your sample inputs, you are ready to run the fuzzer:
|
||||
|
||||
`go-fuzz -bin=roaring-fuzz.zip -workdir=workdir -func=FuzzBitmapUnmarshalBianry`
|
||||
`go-fuzz -bin=roaring-fuzz.zip -workdir=workdir -func=FuzzBitmapUnmarshalBinary`
|
||||
|
||||
## Understanding the Fuzzer Output
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue