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

ruby-changes:60236

From: Kazuhiro <ko1@a...>
Date: Sat, 29 Feb 2020 15:14:38 +0900 (JST)
Subject: [ruby-changes:60236] f5b7896921 (master): Fix a typo [ci skip]

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

From f5b7896921e450c6ce5b38379242258acc47dfaa Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Sat, 29 Feb 2020 15:14:01 +0900
Subject: Fix a typo [ci skip]


diff --git a/test/irb/test_ruby_lex.rb b/test/irb/test_ruby_lex.rb
index 886891c..dd5a1f7 100644
--- a/test/irb/test_ruby_lex.rb
+++ b/test/irb/test_ruby_lex.rb
@@ -78,7 +78,7 @@ module TestIRB https://github.com/ruby/ruby/blob/trunk/test/irb/test_ruby_lex.rb#L78
       end
     end
 
-    def test_braces_on_thier_own_line
+    def test_braces_on_their_own_line
       input_with_correct_indents = [
         Row.new(%q(if true), nil, 2),
         Row.new(%q(  [), nil, 4),
-- 
cgit v0.10.2


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

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