Merge pull request #6454 from TO19/seq/benchmarking-doc-typo

seq: fix typo in benchmarking documentation file
This commit is contained in:
Daniel Hofstetter 2024-06-05 07:08:54 +02:00 committed by GitHub
commit 6a4abcf862
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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