From 97e8212a767689c2acb201d3da365ba4d599cf96 Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer Date: Wed, 19 Feb 2020 20:57:38 +0100 Subject: doc/make_cheatsheet.md: fix typos --- doc/make_cheatsheet.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/make_cheatsheet.md') 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 -- cgit v1.2.3