mirror of
https://github.com/uutils/coreutils
synced 2025-01-19 00:24:13 +00:00
seq: fix typo in benchmarking documentation file
This commit is contained in:
parent
06d5e95716
commit
303e1e9ae8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue