diff options
-rw-r--r-- | doc/make_cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/make_cheatsheet.md b/doc/make_cheatsheet.md index 6b056a4f0b..f679f69cb3 100644 --- a/doc/make_cheatsheet.md +++ b/doc/make_cheatsheet.md @@ -33,7 +33,7 @@ Hello $ make check ``` -It runs (about) three test suites: +It runs (about) four test suites: * `make test` (a test suite for the interpreter core) * `make test-all` (for all builtin classes and libraries) |