summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2021-04-26 03:09:04 +0900
committergit <svn-admin@ruby-lang.org>2021-04-26 21:13:42 +0900
commitfc24b0736ea8c0c2b31e5c2dccd2714d08d8c486 (patch)
tree21c95801b8a34be5dc0f6b646a0cc20ae0aabd66
parentc647205c3eb1f17409a859149bb7d2ea38b43bed (diff)
downloadruby-fc24b0736ea8c0c2b31e5c2dccd2714d08d8c486.tar.gz
[ruby/irb] Fix typo ture -> true [ci skip]
https://github.com/ruby/irb/commit/783a0569e8
-rw-r--r--lib/irb/ruby-lex.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/ruby-lex.rb b/lib/irb/ruby-lex.rb
index 82df06da2b..3b3b9b3936 100644
--- a/lib/irb/ruby-lex.rb
+++ b/lib/irb/ruby-lex.rb
@@ -339,7 +339,7 @@ class RubyLex
# "syntax error, unexpected end-of-input, expecting keyword_end"
#
# example:
- # if ture
+ # if true
# hoge
# if false
# fuga