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

ruby-changes:72064

From: Kazuhiro <ko1@a...>
Date: Mon, 6 Jun 2022 12:02:27 +0900 (JST)
Subject: [ruby-changes:72064] 5267829641 (master): Fix a typo [ci skip]

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

From 5267829641aad24c8dd66436fcdcbddd3cf30589 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Mon, 6 Jun 2022 12:00:05 +0900
Subject: Fix a typo [ci skip]

---
 doc/contributing/testing_ruby.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/contributing/testing_ruby.md b/doc/contributing/testing_ruby.md
index 74300d221d..dd46ba5dbc 100644
--- a/doc/contributing/testing_ruby.md
+++ b/doc/contributing/testing_ruby.md
@@ -63,7 +63,7 @@ We can run any of the make scripts [in parallel](building_ruby.md#label-Running+ https://github.com/ruby/ruby/blob/trunk/doc/contributing/testing_ruby.md#L63
     first the file name, and then the test name, prefixed with `--name`. For example:
 
     ```
-    make test-all TESTS="../test/ruby/test_alias.rb --name=/test_aias_with_zsuper_method/"
+    make test-all TESTS="../test/ruby/test_alias.rb --name=/test_alias_with_zsuper_method/"
     ```
 
     To run these specs with logs, we can use:
-- 
cgit v1.2.1


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

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