[Doc] Fix a typo s/interseting/interesting/

This commit is contained in:
Kenichi Kamiya 2021-03-22 13:27:37 +09:00 коммит произвёл Kazuhiro NISHIYAMA
Родитель 7d3fdfb27d
Коммит ec4a41c4dd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.
an interesting challenge, since Ruby is sensitive to newlines.
Tricks used in the code are: