summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorKenichi Kamiya <[email protected]>2021-03-22 13:27:37 +0900
committerKazuhiro NISHIYAMA <[email protected]>2021-03-22 15:33:32 +0900
commitec4a41c4dd40a09e58389a2cb3a956df6046a710 ()
tree9c520d5f222528c6627281ebb9a7bf7533edecbb /sample
parent7d3fdfb27dac456827b004d9e66a44b15f8cd762 (diff)
[Doc] Fix a typo s/interseting/interesting/
Notes: Merged: https://.com/ruby/ruby/pull/4304
-rw-r--r--sample/trick2018/01-kinaba/remarks.markdown2
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ Difficult (and interesting) points of the theme are:
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.
Tricks used in the code are: