doc/make_cheatsheet.md: fix typos

This commit is contained in:
Marcus Stollsteimer 2020-02-19 20:57:38 +01:00
Родитель 4bc16244be
Коммит 97e8212a76
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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