Skip to content

Commit

Permalink
Merge pull request #378 from rust-fuzz/typo
Browse files Browse the repository at this point in the history
Fix README typo
  • Loading branch information
Shnatsel authored Jul 12, 2024
2 parents 2100d6d + 8b5ca31 commit aef5d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ cargo install cargo-fuzz
```

Note: `libFuzzer` needs LLVM sanitizer support, so this only works on x86-64 and Aarch64,
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.

## Usage

Expand Down

0 comments on commit aef5d88

Please sign in to comment.