Skip to content

Commit 783a056

Browse files
authored
Fix typo ture -> true [ci skip]
1 parent 2c94813 commit 783a056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/irb/ruby-lex.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def check_code_block(code, tokens = @tokens)
339339
# "syntax error, unexpected end-of-input, expecting keyword_end"
340340
#
341341
# example:
342-
# if ture
342+
# if true
343343
# hoge
344344
# if false
345345
# fuga

0 commit comments

Comments
 (0)