1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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

This commit is contained in:
Kenichi Kamiya 2021-03-22 13:27:37 +09:00 committed by Kazuhiro NISHIYAMA
parent 7d3fdfb27d
commit ec4a41c4dd
Notes: git 2021-03-22 15:33:52 +09:00

View file

@ -34,7 +34,7 @@ Difficult (and interesting) points of the theme are:
Or, jump-out statements cannot occur at a position that requires a 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. 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 * 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: Tricks used in the code are: