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
1 changed files with 1 additions and 1 deletions

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)