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

ruby-changes:72528

From: Yusuke <ko1@a...>
Date: Wed, 13 Jul 2022 16:09:28 +0900 (JST)
Subject: [ruby-changes:72528] c4e2973733 (master): Fix a typo (thanks @Maumagnaguagno !)

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

From c4e2973733c03525ca42f0aecca6f2d834b88a70 Mon Sep 17 00:00:00 2001
From: Yusuke Endoh <mame@r...>
Date: Wed, 13 Jul 2022 02:17:23 +0900
Subject: Fix a typo (thanks @Maumagnaguagno !)

---
 error.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/error.c b/error.c
index 0de21aaee9..17f524348f 100644
--- a/error.c
+++ b/error.c
@@ -1403,7 +1403,7 @@ exc_message(VALUE exc) https://github.com/ruby/ruby/blob/trunk/error.c#L1403
  *   - Magenta (+\e[35m+)
  *   - Cyan (+\e[36m+)
  *
- * Use escape sequeunces carefully even if +highlight+ is true.
+ * Use escape sequences carefully even if +highlight+ is true.
  * Do not use escape sequences to express essential information;
  * the message should be readable even if all escape sequences are
  * ignored.
-- 
cgit v1.2.1


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

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