seq: fix typo in benchmarking documentation file

This commit is contained in:
TO19 2024-06-05 00:29:25 +02:00
parent 06d5e95716
commit 303e1e9ae8

View file

@ -15,7 +15,7 @@ Next, build the `seq` binary under the release profile:
cargo build --release -p uu_seq
```
Finally, you can compare the performance of the two versions of `head`
Finally, you can compare the performance of the two versions of `seq`
by running, for example,
```shell