From 303e1e9ae880d046b739c9b908f978c5e1056ca3 Mon Sep 17 00:00:00 2001 From: TO19 Date: Wed, 5 Jun 2024 00:29:25 +0200 Subject: [PATCH] seq: fix typo in benchmarking documentation file --- src/uu/seq/BENCHMARKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/seq/BENCHMARKING.md b/src/uu/seq/BENCHMARKING.md index c4b24b8d2..a633d509c 100644 --- a/src/uu/seq/BENCHMARKING.md +++ b/src/uu/seq/BENCHMARKING.md @@ -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