We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2100d6d + 8b5ca31 commit aef5d88Copy full SHA for aef5d88
README.md
@@ -11,7 +11,7 @@ $ cargo install cargo-fuzz
11
```
12
13
Note: `libFuzzer` needs LLVM sanitizer support, so this only works on x86-64 and Aarch64,
14
-and only on Unix-lile operating systems (not Windows). You'll also need a C++ compiler with C++11 support.
+and only on Unix-like operating systems (not Windows). You'll also need a C++ compiler with C++11 support.
15
16
## Usage
17
0 commit comments