aboutsummaryrefslogtreecommitdiffstats
path: root/doc/make_cheatsheet.md
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2020-02-19 20:57:38 +0100
committerMarcus Stollsteimer <sto.mar@web.de>2020-02-19 20:57:38 +0100
commit97e8212a767689c2acb201d3da365ba4d599cf96 (patch)
tree8dd34cd9e01334bc0b329bd5324c26e13ce7f2f0 /doc/make_cheatsheet.md
parent4bc16244be6c779f843ba7a34f19416901900886 (diff)
downloadruby-97e8212a767689c2acb201d3da365ba4d599cf96.tar.gz
doc/make_cheatsheet.md: fix typos
Diffstat (limited to 'doc/make_cheatsheet.md')
-rw-r--r--doc/make_cheatsheet.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/make_cheatsheet.md b/doc/make_cheatsheet.md
index c9cc636f06..c511b293c1 100644
--- a/doc/make_cheatsheet.md
+++ b/doc/make_cheatsheet.md
@@ -36,9 +36,9 @@ $ make check
It runs (about) three test suites:
* `make test` (a test suite for the interpreter core)
-* `make test-all` : (for all builtin classes and libraries)
-* `make test-spec` : (a conformance test suite for Ruby implementations)
-* `make test-bundler` : (a test suite for the bundler examples)
+* `make test-all` (for all builtin classes and libraries)
+* `make test-spec` (a conformance test suite for Ruby implementations)
+* `make test-bundler` (a test suite for the bundler examples)
## How to run the test suite with log