summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2023-02-18 16:21:46 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2023-02-18 18:14:17 +0100
commit6c007ffd4fde1367a1144c9d01b9c9c1fab29383 (patch)
tree98a4c5f0ce8fdcadbcfa2b0bd8ea569abf41a7cf
parentf56c7a5f067df256d4645b503523b82114045af8 (diff)
Fix a typo
"Can not" has a different meaning than "cannot".
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5208219..c7ca67c 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@ in question.
If you want to run a benchmark *without an intermediate shell*, you can use the `-N` or `--shell=none`
option. This is helpful for very fast commands (< 5 ms) where the shell startup overhead correction would
-produce a significant amount of noise. Note that you can not use shell syntax like `*` or `~` in this case.
+produce a significant amount of noise. Note that you cannot use shell syntax like `*` or `~` in this case.
```
hyperfine -N 'grep TODO /home/user'
```