mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:39 +00:00
fix typo in fuzz/README.md (#21963)
This commit is contained in:
parent
82a7598aa8
commit
f57917becd
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ Fuzzers and associated utilities for automatic testing of Ruff.
|
|||
To use the fuzzers provided in this directory, start by invoking:
|
||||
|
||||
```bash
|
||||
./fuzz/init-fuzzers.sh
|
||||
./fuzz/init-fuzzer.sh
|
||||
```
|
||||
|
||||
This will install [`cargo-fuzz`](https://github.com/rust-fuzz/cargo-fuzz) and optionally download a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue