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:
parent
7d3fdfb27d
commit
ec4a41c4dd
Notes:
git
2021-03-22 15:33:52 +09:00
1 changed files with 1 additions and 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
|
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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue