Fix a typo

"Can not" has a different meaning than "cannot".
This commit is contained in:
Mateusz Piotrowski 2023-02-18 16:21:46 +01:00 committed by David Peter
parent f56c7a5f06
commit 6c007ffd4f

View File

@ -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'
```