1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix typo 🐛 [ci skip]

This commit is contained in:
Takashi Kokubun 2019-05-31 09:44:14 +09:00
parent 6a5e89e23c
commit 856593cc49
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -98,7 +98,7 @@ module IRB # :nodoc:
"#{seq}#{text}#{clear}"
end
# If `complete` is false (code is incomplete), this does not warm compile_error.
# If `complete` is false (code is incomplete), this does not warn compile_error.
# This option is needed to avoid warning a user when the compile_error is happening
# because the input is not wrong but just incomplete.
def colorize_code(code, complete: true)