ruby-changes:65963
From: Ryuta <ko1@a...>
Date: Mon, 26 Apr 2021 21:13:55 +0900 (JST)
Subject: [ruby-changes:65963] fc24b0736e (master): [ruby/irb] Fix typo ture -> true [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=fc24b0736e From fc24b0736ea8c0c2b31e5c2dccd2714d08d8c486 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono <kamipo@g...> Date: Mon, 26 Apr 2021 03:09:04 +0900 Subject: [ruby/irb] Fix typo ture -> true [ci skip] https://github.com/ruby/irb/commit/783a0569e8 --- lib/irb/ruby-lex.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/irb/ruby-lex.rb b/lib/irb/ruby-lex.rb index 82df06d..3b3b9b3 100644 --- a/lib/irb/ruby-lex.rb +++ b/lib/irb/ruby-lex.rb @@ -339,7 +339,7 @@ class RubyLex https://github.com/ruby/ruby/blob/trunk/lib/irb/ruby-lex.rb#L339 # "syntax error, unexpected end-of-input, expecting keyword_end" # # example: - # if ture + # if true # hoge # if false # fuga -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/