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:
parent
6a5e89e23c
commit
856593cc49
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue