From 856593cc4972562d2ab0a59a61f38fe3a4a863ab Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 31 May 2019 09:44:14 +0900 Subject: [PATCH] Fix typo :bug: [ci skip] --- lib/irb/color.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/irb/color.rb b/lib/irb/color.rb index 4c83a9be25..5e58c2509f 100644 --- a/lib/irb/color.rb +++ b/lib/irb/color.rb @@ -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)