summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwonda-tea-coffee <rikita.ishikawa@crowdworks.co.jp>2021-04-25 11:21:56 +0900
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2021-04-25 19:46:37 +1200
commitcc5bab80e4b1124e30a8dc220bdcb80aaa539486 (patch)
treef47454e5d85945685467451b3e92da889fdb2623
parentad108e63e35d571de5cdd195b4bb9b36dd4ad013 (diff)
[Doc] Fix a typo s/visilibity/visibility/
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4406
-rw-r--r--benchmark/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/README.md b/benchmark/README.md
index 39a5aa139b..c222164be3 100644
--- a/benchmark/README.md
+++ b/benchmark/README.md
@@ -37,7 +37,7 @@ Usage: benchmark-driver [options] RUBY|YAML...
--bundler Install and use gems specified in Gemfile
--filter REGEXP Filter out benchmarks with given regexp
--run-duration SECONDS Warmup estimates loop_count to run for this duration (default: 3)
- -v, --verbose Verbose mode. Multiple -v options increase visilibity (max: 2)
+ -v, --verbose Verbose mode. Multiple -v options increase visibility (max: 2)
```
## make benchmark