Hacker News new | ask | show | jobs
by m12k 1794 days ago
Small correction:

ae = 'a'..'e'

ccae = ['<', *r, '>'] # => ['<', 'a', 'b', 'c', 'd', 'e', '>']

I'm guessing *r in the second line should have been *ae (or ae in the first line should have been named r)

Also

"It is new possible" should prpbably have been "It is now possible"

2 comments

I'm pretty sure HN is not the place to post corrections for an article; have you tried any of the channels on https://crystal-lang.org/community/ instead?
Thanks! I'll get that fixed :)

EDIT: PR submitted. Feel free to create one next time :)

https://github.com/crystal-lang/crystal-website/pull/172/fil...