[前][次][番号順一覧][スレッド一覧]

ruby-changes:60121

From: Marcus <ko1@a...>
Date: Thu, 20 Feb 2020 05:03:40 +0900 (JST)
Subject: [ruby-changes:60121] 97e8212a76 (master): doc/make_cheatsheet.md: fix typos

https://git.ruby-lang.org/ruby.git/commit/?id=97e8212a76

From 97e8212a767689c2acb201d3da365ba4d599cf96 Mon Sep 17 00:00:00 2001
From: Marcus Stollsteimer <sto.mar@w...>
Date: Wed, 19 Feb 2020 20:57:38 +0100
Subject: doc/make_cheatsheet.md: fix typos


diff --git a/doc/make_cheatsheet.md b/doc/make_cheatsheet.md
index c9cc636..c511b29 100644
--- a/doc/make_cheatsheet.md
+++ b/doc/make_cheatsheet.md
@@ -36,9 +36,9 @@ $ make check https://github.com/ruby/ruby/blob/trunk/doc/make_cheatsheet.md#L36
 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 v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]