Skip to content

Commit

Permalink
Fix typo ture -> true [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamipo authored Apr 25, 2021
1 parent 2c94813 commit 783a056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/irb/ruby-lex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def check_code_block(code, tokens = @tokens)
# "syntax error, unexpected end-of-input, expecting keyword_end"
#
# example:
# if ture
# if true
# hoge
# if false
# fuga
Expand Down

0 comments on commit 783a056

Please sign in to comment.