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

ruby-changes:65617

From: Kenichi <ko1@a...>
Date: Mon, 22 Mar 2021 15:33:49 +0900 (JST)
Subject: [ruby-changes:65617] ec4a41c4dd (master): [Doc] Fix a typo s/interseting/interesting/

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

From ec4a41c4dd40a09e58389a2cb3a956df6046a710 Mon Sep 17 00:00:00 2001
From: Kenichi Kamiya <kachick1@g...>
Date: Mon, 22 Mar 2021 13:27:37 +0900
Subject: [Doc] Fix a typo s/interseting/interesting/

---
 sample/trick2018/01-kinaba/remarks.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sample/trick2018/01-kinaba/remarks.markdown b/sample/trick2018/01-kinaba/remarks.markdown
index a1a05bf..d0b9fdf 100644
--- a/sample/trick2018/01-kinaba/remarks.markdown
+++ b/sample/trick2018/01-kinaba/remarks.markdown
@@ -34,7 +34,7 @@ Difficult (and interesting) points of the theme are: https://github.com/ruby/ruby/blob/trunk/sample/trick2018/01-kinaba/remarks.markdown#L34
   Or, jump-out statements cannot occur at a position that requires a
   value; `if return then true end` is a "void value expression" syntax error.
 * Inserting newlines for each 6 word (to match with the spec html) is also
-  an interseting challenge, since Ruby is sensitive to newlines.
+  an interesting challenge, since Ruby is sensitive to newlines.
 
 Tricks used in the code are:
 
-- 
cgit v1.1


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

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