Skip to content

Commit aef5d88

Browse files
authored
Merge pull request #378 from rust-fuzz/typo
Fix README typo
2 parents 2100d6d + 8b5ca31 commit aef5d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $ cargo install cargo-fuzz
1111
```
1212

1313
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.
14+
and only on Unix-like operating systems (not Windows). You'll also need a C++ compiler with C++11 support.
1515

1616
## Usage
1717

0 commit comments

Comments
 (0)