[前][次][番号順一覧][スレッド一覧]

ruby-changes:59797

From: Kazuhiro <ko1@a...>
Date: Fri, 24 Jan 2020 16:00:21 +0900 (JST)
Subject: [ruby-changes:59797] 9af7d048b6 (master): Fix a typo [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=9af7d048b6

From 9af7d048b6e2f5221dfb7bb757fd6cb5d5757124 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Fri, 24 Jan 2020 15:59:45 +0900
Subject: Fix a typo [ci skip]


diff --git a/doc/make_cheatsheet.md b/doc/make_cheatsheet.md
index 5b08536..29648e8 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 https://github.com/ruby/ruby/blob/trunk/doc/make_cheatsheet.md#L83
 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
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]