mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
doc/make_cheatsheet.md: fix typos
This commit is contained in:
parent
4bc16244be
commit
97e8212a76
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue