[前][次][番号順一覧][スレッド一覧]

ruby-changes:55929

From: Takashi <ko1@a...>
Date: Fri, 31 May 2019 09:44:44 +0900 (JST)
Subject: [ruby-changes:55929] Takashi Kokubun: 856593cc49 (trunk): Fix typo :bug: [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=856593cc49

From 856593cc4972562d2ab0a59a61f38fe3a4a863ab Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Fri, 31 May 2019 09:44:14 +0900
Subject: Fix typo :bug: [ci skip]


diff --git a/lib/irb/color.rb b/lib/irb/color.rb
index 4c83a9b..5e58c25 100644
--- a/lib/irb/color.rb
+++ b/lib/irb/color.rb
@@ -98,7 +98,7 @@ module IRB # :nodoc: https://github.com/ruby/ruby/blob/trunk/lib/irb/color.rb#L98
         "#{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)
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]