svtk / AtomicKotlinCourse

88 stars 21 forks source link

style(Task Description Sequences 7): Removed a reportedly confusing bit #65

Closed sofiiako closed 3 years ago

sofiiako commented 3 years ago

The task stated "...infinite sequence of odd numbers starting with 3", while the solution uses return generateSequence(1) { it + 2 }, which was reported as confusing by a user. Dropped the phrase "starting with 3"

Closes https://youtrack.jetbrains.com/issue/EDC-506

svtk commented 3 years ago

Thank you! Fixed it the other way round (fixed the solution)