Fixed typo

This commit is contained in:
Ashley Svetlik 2019-06-17 16:47:28 -05:00
parent 81f8d80fe1
commit cae1a76629

View file

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