summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-01-24 15:59:45 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-01-24 15:59:45 +0900
commit9af7d048b6e2f5221dfb7bb757fd6cb5d5757124 (patch)
tree6097be00714febb58df38cbd011614b77304856e
parent5bb1c81a3373c9044525fb6c9273d5762c8b8ab8 (diff)
Fix a typo [ci skip]
-rw-r--r--doc/make_cheatsheet.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/make_cheatsheet.md b/doc/make_cheatsheet.md
index 5b08536917..29648e8174 100644
--- a/doc/make_cheatsheet.md
+++ b/doc/make_cheatsheet.md
@@ -83,7 +83,7 @@ If you need only C code coverage, you can remove `COVERAGE=true` from the above
You can also use `gcov` command directly to get per-file coverage.
If you need only Ruby code coverage, you can remove `--enable-gcov`.
-Note that `test-coverage.dat` accumlates all runs of `make test-all`.
+Note that `test-coverage.dat` accumulates all runs of `make test-all`.
Make sure that you remove the file if you want to measure one test run.
You can see the coverage result of CI: https://rubyci.org/coverage